pub struct ModuleSectionContribution { /* private fields */ }
Expand description
The order of the fields matters for the lexicographical sort.
Trait Implementations§
Source§impl Clone for ModuleSectionContribution
impl Clone for ModuleSectionContribution
Source§fn clone(&self) -> ModuleSectionContribution
fn clone(&self) -> ModuleSectionContribution
Returns a copy 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 ModuleSectionContribution
impl Debug for ModuleSectionContribution
Source§impl Ord for ModuleSectionContribution
impl Ord for ModuleSectionContribution
Source§fn cmp(&self, other: &ModuleSectionContribution) -> Ordering
fn cmp(&self, other: &ModuleSectionContribution) -> 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 PartialOrd for ModuleSectionContribution
impl PartialOrd for ModuleSectionContribution
impl Eq for ModuleSectionContribution
impl StructuralPartialEq for ModuleSectionContribution
Auto Trait Implementations§
impl Freeze for ModuleSectionContribution
impl RefUnwindSafe for ModuleSectionContribution
impl Send for ModuleSectionContribution
impl Sync for ModuleSectionContribution
impl Unpin for ModuleSectionContribution
impl UnwindSafe for ModuleSectionContribution
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