pub struct PerceptionId(/* private fields */);Expand description
A unique identifier for perception states
Implementations§
Source§impl PerceptionId
impl PerceptionId
Trait Implementations§
Source§impl Clone for PerceptionId
impl Clone for PerceptionId
Source§fn clone(&self) -> PerceptionId
fn clone(&self) -> PerceptionId
Returns a duplicate of the value. Read more
1.0.0 · 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 PerceptionId
impl Debug for PerceptionId
Source§impl Default for PerceptionId
impl Default for PerceptionId
Source§impl<'de> Deserialize<'de> for PerceptionId
impl<'de> Deserialize<'de> for PerceptionId
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 Hash for PerceptionId
impl Hash for PerceptionId
Source§impl PartialEq for PerceptionId
impl PartialEq for PerceptionId
Source§impl Serialize for PerceptionId
impl Serialize for PerceptionId
impl Copy for PerceptionId
impl Eq for PerceptionId
impl StructuralPartialEq for PerceptionId
Auto Trait Implementations§
impl Freeze for PerceptionId
impl RefUnwindSafe for PerceptionId
impl Send for PerceptionId
impl Sync for PerceptionId
impl Unpin for PerceptionId
impl UnwindSafe for PerceptionId
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