pub struct TwiSlaveId(/* private fields */);
Trait Implementations§
Source§impl Clone for TwiSlaveId
impl Clone for TwiSlaveId
Source§fn clone(&self) -> TwiSlaveId
fn clone(&self) -> TwiSlaveId
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 TwiSlaveId
impl Debug for TwiSlaveId
Source§impl Hash for TwiSlaveId
impl Hash for TwiSlaveId
Source§impl Ord for TwiSlaveId
impl Ord for TwiSlaveId
Source§fn cmp(&self, other: &TwiSlaveId) -> Ordering
fn cmp(&self, other: &TwiSlaveId) -> Ordering
1.21.0 · 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 TwiSlaveId
impl PartialEq for TwiSlaveId
Source§impl PartialOrd for TwiSlaveId
impl PartialOrd for TwiSlaveId
impl Copy for TwiSlaveId
impl Eq for TwiSlaveId
impl StructuralPartialEq for TwiSlaveId
Auto Trait Implementations§
impl Freeze for TwiSlaveId
impl RefUnwindSafe for TwiSlaveId
impl Send for TwiSlaveId
impl Sync for TwiSlaveId
impl Unpin for TwiSlaveId
impl UnwindSafe for TwiSlaveId
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