pub struct ActorName { /* private fields */ }
Expand description
A unique identifier for a specific actor activation.
Implementations§
Trait Implementations§
source§impl<'de> Deserialize<'de> for ActorName
impl<'de> Deserialize<'de> for ActorName
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Ord for ActorName
impl Ord for ActorName
source§impl PartialEq<ActorName> for ActorName
impl PartialEq<ActorName> for ActorName
source§impl PartialOrd<ActorName> for ActorName
impl PartialOrd<ActorName> for ActorName
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Eq for ActorName
impl StructuralEq for ActorName
impl StructuralPartialEq for ActorName
Auto Trait Implementations§
impl RefUnwindSafe for ActorName
impl Send for ActorName
impl Sync for ActorName
impl Unpin for ActorName
impl UnwindSafe for ActorName
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