pub struct ActoId(/* private fields */);Expand description
Every actor has an ID that is generated by acto, independent of the [ActoRuntime] used.
Trait Implementations§
Source§impl Ord for ActoId
impl Ord for ActoId
Source§impl PartialOrd for ActoId
impl PartialOrd for ActoId
impl Copy for ActoId
impl Eq 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 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