pub struct ActoId(/* private fields */);Expand description
Every actor has an ID that is generated by acto, independent of the [ActoRuntime] used.
Trait Implementations§
impl Copy for ActoId
impl Eq for ActoId
Source§impl Ord for ActoId
impl Ord for ActoId
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for ActoId
impl PartialOrd for ActoId
impl StructuralPartialEq for ActoId
Auto Trait Implementations§
impl Freeze for ActoId
impl RefUnwindSafe for ActoId
impl Send for ActoId
impl Sync for ActoId
impl Unpin for ActoId
impl UnsafeUnpin for ActoId
impl UnwindSafe for ActoId
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