pub struct EnableEngineDataConfigBuilder { /* private fields */ }
Expand description
Builder for EnableEngineDataConfig
.
Implementations§
source§impl EnableEngineDataConfigBuilder
impl EnableEngineDataConfigBuilder
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<EnableEngineDataConfig, EnableEngineDataConfigBuilderError>
pub fn build( &self, ) -> Result<EnableEngineDataConfig, EnableEngineDataConfigBuilderError>
Trait Implementations§
source§impl Clone for EnableEngineDataConfigBuilder
impl Clone for EnableEngineDataConfigBuilder
source§fn clone(&self) -> EnableEngineDataConfigBuilder
fn clone(&self) -> EnableEngineDataConfigBuilder
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 EnableEngineDataConfigBuilder
impl RefUnwindSafe for EnableEngineDataConfigBuilder
impl Send for EnableEngineDataConfigBuilder
impl Sync for EnableEngineDataConfigBuilder
impl Unpin for EnableEngineDataConfigBuilder
impl UnwindSafe for EnableEngineDataConfigBuilder
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
)