pub struct CommonStruct { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for CommonStruct
impl Clone for CommonStruct
Source§fn clone(&self) -> CommonStruct
fn clone(&self) -> CommonStruct
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 CommonStruct
impl Debug for CommonStruct
Source§impl Default for CommonStruct
impl Default for CommonStruct
Source§fn default() -> CommonStruct
fn default() -> CommonStruct
Returns the “default value” for a type. Read more
Source§impl Hash for CommonStruct
impl Hash for CommonStruct
Source§impl Ord for CommonStruct
impl Ord for CommonStruct
Source§fn cmp(&self, other: &CommonStruct) -> Ordering
fn cmp(&self, other: &CommonStruct) -> 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 CommonStruct
impl PartialEq for CommonStruct
Source§impl PartialOrd for CommonStruct
impl PartialOrd for CommonStruct
Source§impl<'a> TryFrom<&Wv<'a>> for CommonStruct
impl<'a> TryFrom<&Wv<'a>> for CommonStruct
impl Eq for CommonStruct
impl StructuralPartialEq for CommonStruct
Auto Trait Implementations§
impl Freeze for CommonStruct
impl RefUnwindSafe for CommonStruct
impl Send for CommonStruct
impl Sync for CommonStruct
impl Unpin for CommonStruct
impl UnwindSafe for CommonStruct
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