pub enum MnxDocumentGlobalMeasuresItemJumpType {
Dsalfine,
Segno,
}Expand description
MnxDocumentGlobalMeasuresItemJumpType
JSON schema
{
"type": "string",
"enum": [
"dsalfine",
"segno"
]
}Variants§
Trait Implementations§
Source§impl Clone for MnxDocumentGlobalMeasuresItemJumpType
impl Clone for MnxDocumentGlobalMeasuresItemJumpType
Source§fn clone(&self) -> MnxDocumentGlobalMeasuresItemJumpType
fn clone(&self) -> MnxDocumentGlobalMeasuresItemJumpType
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<'de> Deserialize<'de> for MnxDocumentGlobalMeasuresItemJumpType
impl<'de> Deserialize<'de> for MnxDocumentGlobalMeasuresItemJumpType
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 From<&MnxDocumentGlobalMeasuresItemJumpType> for MnxDocumentGlobalMeasuresItemJumpType
impl From<&MnxDocumentGlobalMeasuresItemJumpType> for MnxDocumentGlobalMeasuresItemJumpType
Source§fn from(value: &MnxDocumentGlobalMeasuresItemJumpType) -> Self
fn from(value: &MnxDocumentGlobalMeasuresItemJumpType) -> Self
Converts to this type from the input type.
Source§impl Ord for MnxDocumentGlobalMeasuresItemJumpType
impl Ord for MnxDocumentGlobalMeasuresItemJumpType
Source§fn cmp(&self, other: &MnxDocumentGlobalMeasuresItemJumpType) -> Ordering
fn cmp(&self, other: &MnxDocumentGlobalMeasuresItemJumpType) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for MnxDocumentGlobalMeasuresItemJumpType
impl PartialEq for MnxDocumentGlobalMeasuresItemJumpType
Source§fn eq(&self, other: &MnxDocumentGlobalMeasuresItemJumpType) -> bool
fn eq(&self, other: &MnxDocumentGlobalMeasuresItemJumpType) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for MnxDocumentGlobalMeasuresItemJumpType
impl PartialOrd for MnxDocumentGlobalMeasuresItemJumpType
Source§impl TryFrom<&String> for MnxDocumentGlobalMeasuresItemJumpType
impl TryFrom<&String> for MnxDocumentGlobalMeasuresItemJumpType
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§impl TryFrom<&str> for MnxDocumentGlobalMeasuresItemJumpType
impl TryFrom<&str> for MnxDocumentGlobalMeasuresItemJumpType
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§impl TryFrom<String> for MnxDocumentGlobalMeasuresItemJumpType
impl TryFrom<String> for MnxDocumentGlobalMeasuresItemJumpType
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
impl Copy for MnxDocumentGlobalMeasuresItemJumpType
impl Eq for MnxDocumentGlobalMeasuresItemJumpType
impl StructuralPartialEq for MnxDocumentGlobalMeasuresItemJumpType
Auto Trait Implementations§
impl Freeze for MnxDocumentGlobalMeasuresItemJumpType
impl RefUnwindSafe for MnxDocumentGlobalMeasuresItemJumpType
impl Send for MnxDocumentGlobalMeasuresItemJumpType
impl Sync for MnxDocumentGlobalMeasuresItemJumpType
impl Unpin for MnxDocumentGlobalMeasuresItemJumpType
impl UnwindSafe for MnxDocumentGlobalMeasuresItemJumpType
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