pub struct OrdinaryDetachedAttachAdmission { /* private fields */ }Expand description
Opaque proof that ordinary detached attach entered from a legal closure state.
Only ClosureState::ordinary_detached_attach_admission constructs this
value. Recovery-fenced DCR, DMR, and DCursor states therefore cannot enter
the ordinary detached-attach path.
Trait Implementations§
Source§impl Clone for OrdinaryDetachedAttachAdmission
impl Clone for OrdinaryDetachedAttachAdmission
Source§fn clone(&self) -> OrdinaryDetachedAttachAdmission
fn clone(&self) -> OrdinaryDetachedAttachAdmission
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 moreimpl Copy for OrdinaryDetachedAttachAdmission
impl Eq for OrdinaryDetachedAttachAdmission
impl StructuralPartialEq for OrdinaryDetachedAttachAdmission
Auto Trait Implementations§
impl Freeze for OrdinaryDetachedAttachAdmission
impl RefUnwindSafe for OrdinaryDetachedAttachAdmission
impl Send for OrdinaryDetachedAttachAdmission
impl Sync for OrdinaryDetachedAttachAdmission
impl Unpin for OrdinaryDetachedAttachAdmission
impl UnsafeUnpin for OrdinaryDetachedAttachAdmission
impl UnwindSafe for OrdinaryDetachedAttachAdmission
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