#[repr(u32)]pub enum DescriptionLevel {
Brief = 0,
Full = 1,
Verbose = 2,
Initial = 3,
kNumDescriptionLevels = 4,
}
Variants§
Trait Implementations§
Source§impl Clone for DescriptionLevel
impl Clone for DescriptionLevel
Source§fn clone(&self) -> DescriptionLevel
fn clone(&self) -> DescriptionLevel
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 DescriptionLevel
impl Debug for DescriptionLevel
Source§impl PartialEq for DescriptionLevel
impl PartialEq for DescriptionLevel
Source§impl PartialOrd for DescriptionLevel
impl PartialOrd for DescriptionLevel
impl Copy for DescriptionLevel
impl Eq for DescriptionLevel
impl StructuralPartialEq for DescriptionLevel
Auto Trait Implementations§
impl Freeze for DescriptionLevel
impl RefUnwindSafe for DescriptionLevel
impl Send for DescriptionLevel
impl Sync for DescriptionLevel
impl Unpin for DescriptionLevel
impl UnwindSafe for DescriptionLevel
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