pub enum InstrumentRangeKind {
Written,
Sounding,
}Variants§
Trait Implementations§
Source§impl Clone for InstrumentRangeKind
impl Clone for InstrumentRangeKind
impl Copy for InstrumentRangeKind
Source§impl Debug for InstrumentRangeKind
impl Debug for InstrumentRangeKind
Source§impl<'de> Deserialize<'de> for InstrumentRangeKind
impl<'de> Deserialize<'de> for InstrumentRangeKind
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
Auto Trait Implementations§
impl Freeze for InstrumentRangeKind
impl RefUnwindSafe for InstrumentRangeKind
impl Send for InstrumentRangeKind
impl Sync for InstrumentRangeKind
impl Unpin for InstrumentRangeKind
impl UnsafeUnpin for InstrumentRangeKind
impl UnwindSafe for InstrumentRangeKind
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