pub struct GenerationBoundary { /* private fields */ }Expand description
Quiescent, rewindable lifecycle component of a complete generation snapshot. It is not native completion evidence or a substitute for a complete snapshot.
Trait Implementations§
Source§impl Clone for GenerationBoundary
impl Clone for GenerationBoundary
Source§fn clone(&self) -> GenerationBoundary
fn clone(&self) -> GenerationBoundary
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 GenerationBoundary
impl RefUnwindSafe for GenerationBoundary
impl Send for GenerationBoundary
impl Sync for GenerationBoundary
impl Unpin for GenerationBoundary
impl UnsafeUnpin for GenerationBoundary
impl UnwindSafe for GenerationBoundary
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