Enum SortProperty
pub enum SortProperty {
Activity,
Mass,
Dose,
Atoms,
Heat,
}
Variants§
Trait Implementations§
§impl Clone for SortProperty
impl Clone for SortProperty
§fn clone(&self) -> SortProperty
fn clone(&self) -> SortProperty
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 more§impl Debug for SortProperty
impl Debug for SortProperty
impl Copy for SortProperty
Auto Trait Implementations§
impl Freeze for SortProperty
impl RefUnwindSafe for SortProperty
impl Send for SortProperty
impl Sync for SortProperty
impl Unpin for SortProperty
impl UnwindSafe for SortProperty
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