pub struct ActorID(/* private fields */);Expand description
Identifier of an actor.
Trait Implementations§
Source§impl Ord for ActorID
impl Ord for ActorID
Source§impl PartialOrd for ActorID
impl PartialOrd for ActorID
impl Copy for ActorID
impl Eq for ActorID
impl StructuralPartialEq for ActorID
Auto Trait Implementations§
impl Freeze for ActorID
impl RefUnwindSafe for ActorID
impl Send for ActorID
impl Sync for ActorID
impl Unpin for ActorID
impl UnwindSafe for ActorID
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