pub struct SetCacheDisabledBuilder { /* private fields */ }Expand description
Builder for SetCacheDisabled.
Implementations§
Source§impl SetCacheDisabledBuilder
impl SetCacheDisabledBuilder
Sourcepub fn cache_disabled<VALUE: Into<bool>>(&mut self, value: VALUE) -> &mut Self
pub fn cache_disabled<VALUE: Into<bool>>(&mut self, value: VALUE) -> &mut Self
Cache disabled state.
Sourcepub fn build(&self) -> Result<SetCacheDisabled, SetCacheDisabledBuilderError>
pub fn build(&self) -> Result<SetCacheDisabled, SetCacheDisabledBuilderError>
Trait Implementations§
Source§impl Clone for SetCacheDisabledBuilder
impl Clone for SetCacheDisabledBuilder
Source§fn clone(&self) -> SetCacheDisabledBuilder
fn clone(&self) -> SetCacheDisabledBuilder
Returns a duplicate 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 SetCacheDisabledBuilder
impl RefUnwindSafe for SetCacheDisabledBuilder
impl Send for SetCacheDisabledBuilder
impl Sync for SetCacheDisabledBuilder
impl Unpin for SetCacheDisabledBuilder
impl UnsafeUnpin for SetCacheDisabledBuilder
impl UnwindSafe for SetCacheDisabledBuilder
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