#[non_exhaustive]pub struct StagingContext { /* private fields */ }Trait Implementations§
Source§impl Default for StagingContext
impl Default for StagingContext
Source§fn default() -> StagingContext
fn default() -> StagingContext
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for StagingContext
impl RefUnwindSafe for StagingContext
impl Send for StagingContext
impl Sync for StagingContext
impl Unpin for StagingContext
impl UnsafeUnpin for StagingContext
impl UnwindSafe for StagingContext
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