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