pub struct In3225Status(/* private fields */);Implementations§
Source§impl In3225Status
impl In3225Status
Source§impl In3225Status
impl In3225Status
Trait Implementations§
Source§impl Clone for In3225Status
impl Clone for In3225Status
Source§fn clone(&self) -> In3225Status
fn clone(&self) -> In3225Status
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 In3225Status
impl Debug for In3225Status
Source§impl From<In3225Status> for u8
impl From<In3225Status> for u8
Source§fn from(val: In3225Status) -> u8
fn from(val: In3225Status) -> u8
Converts to this type from the input type.
Source§impl From<u8> for In3225Status
impl From<u8> for In3225Status
Source§fn from(val: u8) -> In3225Status
fn from(val: u8) -> In3225Status
Converts to this type from the input type.
Source§impl Ord for In3225Status
impl Ord for In3225Status
Source§fn cmp(&self, other: &In3225Status) -> Ordering
fn cmp(&self, other: &In3225Status) -> 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 In3225Status
impl PartialEq for In3225Status
Source§impl PartialOrd for In3225Status
impl PartialOrd for In3225Status
impl Copy for In3225Status
impl Eq for In3225Status
impl StructuralPartialEq for In3225Status
Auto Trait Implementations§
impl Freeze for In3225Status
impl RefUnwindSafe for In3225Status
impl Send for In3225Status
impl Sync for In3225Status
impl Unpin for In3225Status
impl UnwindSafe for In3225Status
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