pub struct EnableAuthDataConfigBuilder { /* private fields */ }
Expand description
Builder for EnableAuthDataConfig
.
Implementations§
source§impl EnableAuthDataConfigBuilder
impl EnableAuthDataConfigBuilder
pub fn default_lease_ttl<VALUE: Into<String>>( &mut self, value: VALUE, ) -> &mut Self
pub fn max_lease_ttl<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
pub fn force_no_cache<VALUE: Into<bool>>(&mut self, value: VALUE) -> &mut Self
pub fn audit_non_hmac_request_keys<VALUE: Into<Vec<String>>>( &mut self, value: VALUE, ) -> &mut Self
pub fn audit_non_hmac_response_keys<VALUE: Into<Vec<String>>>( &mut self, value: VALUE, ) -> &mut Self
pub fn listing_visibility<VALUE: Into<String>>( &mut self, value: VALUE, ) -> &mut Self
pub fn passthrough_request_headers<VALUE: Into<Vec<String>>>( &mut self, value: VALUE, ) -> &mut Self
pub fn allowed_response_headers<VALUE: Into<Vec<String>>>( &mut self, value: VALUE, ) -> &mut Self
sourcepub fn build(
&self,
) -> Result<EnableAuthDataConfig, EnableAuthDataConfigBuilderError>
pub fn build( &self, ) -> Result<EnableAuthDataConfig, EnableAuthDataConfigBuilderError>
Trait Implementations§
source§impl Clone for EnableAuthDataConfigBuilder
impl Clone for EnableAuthDataConfigBuilder
source§fn clone(&self) -> EnableAuthDataConfigBuilder
fn clone(&self) -> EnableAuthDataConfigBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for EnableAuthDataConfigBuilder
impl RefUnwindSafe for EnableAuthDataConfigBuilder
impl Send for EnableAuthDataConfigBuilder
impl Sync for EnableAuthDataConfigBuilder
impl Unpin for EnableAuthDataConfigBuilder
impl UnwindSafe for EnableAuthDataConfigBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)