pub enum BookInstrumentNameGroupDepthGroup {
None,
_1,
_2,
_5,
_10,
_25,
_100,
_250,
}Variants§
Trait Implementations§
Source§impl Clone for BookInstrumentNameGroupDepthGroup
impl Clone for BookInstrumentNameGroupDepthGroup
Source§fn clone(&self) -> BookInstrumentNameGroupDepthGroup
fn clone(&self) -> BookInstrumentNameGroupDepthGroup
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 Default for BookInstrumentNameGroupDepthGroup
impl Default for BookInstrumentNameGroupDepthGroup
Source§fn default() -> BookInstrumentNameGroupDepthGroup
fn default() -> BookInstrumentNameGroupDepthGroup
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for BookInstrumentNameGroupDepthGroup
impl<'de> Deserialize<'de> for BookInstrumentNameGroupDepthGroup
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for BookInstrumentNameGroupDepthGroup
impl PartialEq for BookInstrumentNameGroupDepthGroup
Source§fn eq(&self, other: &BookInstrumentNameGroupDepthGroup) -> bool
fn eq(&self, other: &BookInstrumentNameGroupDepthGroup) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for BookInstrumentNameGroupDepthGroup
Auto Trait Implementations§
impl Freeze for BookInstrumentNameGroupDepthGroup
impl RefUnwindSafe for BookInstrumentNameGroupDepthGroup
impl Send for BookInstrumentNameGroupDepthGroup
impl Sync for BookInstrumentNameGroupDepthGroup
impl Unpin for BookInstrumentNameGroupDepthGroup
impl UnwindSafe for BookInstrumentNameGroupDepthGroup
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