pub struct InteractionId { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for InteractionId
impl Clone for InteractionId
Source§fn clone(&self) -> InteractionId
fn clone(&self) -> InteractionId
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 InteractionId
impl Debug for InteractionId
Source§impl Hash for InteractionId
impl Hash for InteractionId
Source§impl Ord for InteractionId
impl Ord for InteractionId
Source§fn cmp(&self, other: &InteractionId) -> Ordering
fn cmp(&self, other: &InteractionId) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for InteractionId
impl PartialEq for InteractionId
Source§fn eq(&self, other: &InteractionId) -> bool
fn eq(&self, other: &InteractionId) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for InteractionId
impl PartialOrd for InteractionId
impl Copy for InteractionId
impl Eq for InteractionId
impl StructuralPartialEq for InteractionId
Auto Trait Implementations§
impl Freeze for InteractionId
impl RefUnwindSafe for InteractionId
impl Send for InteractionId
impl Sync for InteractionId
impl Unpin for InteractionId
impl UnsafeUnpin for InteractionId
impl UnwindSafe for InteractionId
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