pub enum CreationKind {
Birth,
ReplacementIncarnation,
}Expand description
Behavior-owned provenance for a staged fresh actor creation request.
Variants§
Birth
An initial or ordinary later birth.
ReplacementIncarnation
A fresh successor incarnation requested by a replacement protocol.
Trait Implementations§
Source§impl Clone for CreationKind
impl Clone for CreationKind
Source§fn clone(&self) -> CreationKind
fn clone(&self) -> CreationKind
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 CreationKind
Source§impl Debug for CreationKind
impl Debug for CreationKind
impl Eq for CreationKind
Source§impl PartialEq for CreationKind
impl PartialEq for CreationKind
impl StructuralPartialEq for CreationKind
Auto Trait Implementations§
impl Freeze for CreationKind
impl RefUnwindSafe for CreationKind
impl Send for CreationKind
impl Sync for CreationKind
impl Unpin for CreationKind
impl UnsafeUnpin for CreationKind
impl UnwindSafe for CreationKind
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