pub struct ActorHandle(pub Vec<u8>);Expand description
ActorProfile.handle marker — PII_CODE = 0x0001.
Tuple Fields§
§0: Vec<u8>Trait Implementations§
Source§impl Clone for ActorHandle
impl Clone for ActorHandle
Source§fn clone(&self) -> ActorHandle
fn clone(&self) -> ActorHandle
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 moreSource§impl Debug for ActorHandle
impl Debug for ActorHandle
Source§impl<'de> Deserialize<'de> for ActorHandle
impl<'de> Deserialize<'de> for ActorHandle
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 PartialEq for ActorHandle
impl PartialEq for ActorHandle
Source§fn eq(&self, other: &ActorHandle) -> bool
fn eq(&self, other: &ActorHandle) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PiiType for ActorHandle
impl PiiType for ActorHandle
Source§impl Serialize for ActorHandle
impl Serialize for ActorHandle
impl Eq for ActorHandle
impl StructuralPartialEq for ActorHandle
Auto Trait Implementations§
impl Freeze for ActorHandle
impl RefUnwindSafe for ActorHandle
impl Send for ActorHandle
impl Sync for ActorHandle
impl Unpin for ActorHandle
impl UnsafeUnpin for ActorHandle
impl UnwindSafe for ActorHandle
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