pub struct Incarnation(/* private fields */);Expand description
Which life of a process owns a resource or holds a claim. Supplied by
the embedder, one value per process life; see orbit-stream for the
same idea.
Implementations§
Trait Implementations§
Source§impl Clone for Incarnation
impl Clone for Incarnation
Source§fn clone(&self) -> Incarnation
fn clone(&self) -> Incarnation
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 Incarnation
Source§impl Debug for Incarnation
impl Debug for Incarnation
impl Eq for Incarnation
Source§impl Hash for Incarnation
impl Hash for Incarnation
Source§impl PartialEq for Incarnation
impl PartialEq for Incarnation
impl StructuralPartialEq for Incarnation
Auto Trait Implementations§
impl Freeze for Incarnation
impl RefUnwindSafe for Incarnation
impl Send for Incarnation
impl Sync for Incarnation
impl Unpin for Incarnation
impl UnsafeUnpin for Incarnation
impl UnwindSafe for Incarnation
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