pub struct MnxDocumentGlobalMeasuresItemTimeUnit(/* private fields */);Expand description
MnxDocumentGlobalMeasuresItemTimeUnit
JSON schema
{
"type": "integer",
"enum": [
1,
2,
4,
8,
16,
32,
64,
128
]
}Trait Implementations§
Source§impl Clone for MnxDocumentGlobalMeasuresItemTimeUnit
impl Clone for MnxDocumentGlobalMeasuresItemTimeUnit
Source§fn clone(&self) -> MnxDocumentGlobalMeasuresItemTimeUnit
fn clone(&self) -> MnxDocumentGlobalMeasuresItemTimeUnit
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 MnxDocumentGlobalMeasuresItemTimeUnit
impl<'de> Deserialize<'de> for MnxDocumentGlobalMeasuresItemTimeUnit
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<&MnxDocumentGlobalMeasuresItemTimeUnit> for MnxDocumentGlobalMeasuresItemTimeUnit
impl From<&MnxDocumentGlobalMeasuresItemTimeUnit> for MnxDocumentGlobalMeasuresItemTimeUnit
Source§fn from(value: &MnxDocumentGlobalMeasuresItemTimeUnit) -> Self
fn from(value: &MnxDocumentGlobalMeasuresItemTimeUnit) -> Self
Converts to this type from the input type.
Source§impl From<MnxDocumentGlobalMeasuresItemTimeUnit> for i64
impl From<MnxDocumentGlobalMeasuresItemTimeUnit> for i64
Source§fn from(value: MnxDocumentGlobalMeasuresItemTimeUnit) -> Self
fn from(value: MnxDocumentGlobalMeasuresItemTimeUnit) -> Self
Converts to this type from the input type.
Source§impl TryFrom<i64> for MnxDocumentGlobalMeasuresItemTimeUnit
impl TryFrom<i64> for MnxDocumentGlobalMeasuresItemTimeUnit
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Auto Trait Implementations§
impl Freeze for MnxDocumentGlobalMeasuresItemTimeUnit
impl RefUnwindSafe for MnxDocumentGlobalMeasuresItemTimeUnit
impl Send for MnxDocumentGlobalMeasuresItemTimeUnit
impl Sync for MnxDocumentGlobalMeasuresItemTimeUnit
impl Unpin for MnxDocumentGlobalMeasuresItemTimeUnit
impl UnwindSafe for MnxDocumentGlobalMeasuresItemTimeUnit
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