pub struct RobotIdentity { /* private fields */ }Expand description
Stable canonical robot identity.
Implementations§
Trait Implementations§
Source§impl Clone for RobotIdentity
impl Clone for RobotIdentity
Source§fn clone(&self) -> RobotIdentity
fn clone(&self) -> RobotIdentity
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 RobotIdentity
impl Debug for RobotIdentity
Source§impl<'de> Deserialize<'de> for RobotIdentity
impl<'de> Deserialize<'de> for RobotIdentity
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
Auto Trait Implementations§
impl Freeze for RobotIdentity
impl RefUnwindSafe for RobotIdentity
impl Send for RobotIdentity
impl Sync for RobotIdentity
impl Unpin for RobotIdentity
impl UnsafeUnpin for RobotIdentity
impl UnwindSafe for RobotIdentity
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