pub struct SetCacheDisabledBuilder { /* private fields */ }Implementations§
Source§impl SetCacheDisabledBuilder
impl SetCacheDisabledBuilder
pub fn cache_disabled(self, cache_disabled: impl Into<bool>) -> Self
pub fn build(self) -> Result<SetCacheDisabled, String>
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 moreSource§impl Default for SetCacheDisabledBuilder
impl Default for SetCacheDisabledBuilder
Source§fn default() -> SetCacheDisabledBuilder
fn default() -> SetCacheDisabledBuilder
Returns the “default value” for a type. Read more
Auto 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