pub struct EqModeType(pub u8);
Tuple Fields§
§0: u8
Implementations§
Source§impl EqModeType
impl EqModeType
Trait Implementations§
Source§impl Clone for EqModeType
impl Clone for EqModeType
Source§fn clone(&self) -> EqModeType
fn clone(&self) -> EqModeType
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 EqModeType
impl Debug for EqModeType
Source§impl Default for EqModeType
impl Default for EqModeType
Source§fn default() -> EqModeType
fn default() -> EqModeType
Returns the “default value” for a type. Read more
Source§impl PartialEq for EqModeType
impl PartialEq for EqModeType
impl Copy for EqModeType
impl Eq for EqModeType
impl StructuralPartialEq for EqModeType
Auto Trait Implementations§
impl Freeze for EqModeType
impl RefUnwindSafe for EqModeType
impl Send for EqModeType
impl Sync for EqModeType
impl Unpin for EqModeType
impl UnwindSafe for EqModeType
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