pub struct WithStage<SB: StagingBuffer> { /* private fields */ }Expand description
Wrapper for storage with staging support.
Auto Trait Implementations§
impl<SB> Freeze for WithStage<SB>where
SB: Freeze,
impl<SB> RefUnwindSafe for WithStage<SB>where
SB: RefUnwindSafe,
impl<SB> Send for WithStage<SB>where
SB: Send,
impl<SB> Sync for WithStage<SB>where
SB: Sync,
impl<SB> Unpin for WithStage<SB>where
SB: Unpin,
impl<SB> UnwindSafe for WithStage<SB>where
SB: UnwindSafe,
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