pub enum LabelPurpose {
Normal,
Commentary,
Descriptive,
Score,
Ime,
}Variants§
Trait Implementations§
Source§impl Clone for LabelPurpose
impl Clone for LabelPurpose
Source§fn clone(&self) -> LabelPurpose
fn clone(&self) -> LabelPurpose
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 LabelPurpose
impl Debug for LabelPurpose
Source§impl PartialEq for LabelPurpose
impl PartialEq for LabelPurpose
impl Copy for LabelPurpose
impl StructuralPartialEq for LabelPurpose
Auto Trait Implementations§
impl Freeze for LabelPurpose
impl RefUnwindSafe for LabelPurpose
impl Send for LabelPurpose
impl Sync for LabelPurpose
impl Unpin for LabelPurpose
impl UnsafeUnpin for LabelPurpose
impl UnwindSafe for LabelPurpose
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