pub struct SetCacheDisabledParamsBuilder { /* private fields */ }Implementations§
Source§impl SetCacheDisabledParamsBuilder
impl SetCacheDisabledParamsBuilder
pub fn build(self) -> SetCacheDisabledParams
Auto Trait Implementations§
impl Freeze for SetCacheDisabledParamsBuilder
impl RefUnwindSafe for SetCacheDisabledParamsBuilder
impl Send for SetCacheDisabledParamsBuilder
impl Sync for SetCacheDisabledParamsBuilder
impl Unpin for SetCacheDisabledParamsBuilder
impl UnsafeUnpin for SetCacheDisabledParamsBuilder
impl UnwindSafe for SetCacheDisabledParamsBuilder
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