pub struct MnxDocumentGlobalMeasuresItemRepeatStart {}Expand description
MnxDocumentGlobalMeasuresItemRepeatStart
JSON schema
{
"type": "object",
"additionalProperties": false
}Implementations§
Trait Implementations§
Source§impl Clone for MnxDocumentGlobalMeasuresItemRepeatStart
impl Clone for MnxDocumentGlobalMeasuresItemRepeatStart
Source§fn clone(&self) -> MnxDocumentGlobalMeasuresItemRepeatStart
fn clone(&self) -> MnxDocumentGlobalMeasuresItemRepeatStart
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 MnxDocumentGlobalMeasuresItemRepeatStart
impl<'de> Deserialize<'de> for MnxDocumentGlobalMeasuresItemRepeatStart
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<&MnxDocumentGlobalMeasuresItemRepeatStart> for MnxDocumentGlobalMeasuresItemRepeatStart
impl From<&MnxDocumentGlobalMeasuresItemRepeatStart> for MnxDocumentGlobalMeasuresItemRepeatStart
Source§fn from(value: &MnxDocumentGlobalMeasuresItemRepeatStart) -> Self
fn from(value: &MnxDocumentGlobalMeasuresItemRepeatStart) -> Self
Converts to this type from the input type.
Source§impl From<MnxDocumentGlobalMeasuresItemRepeatStart> for MnxDocumentGlobalMeasuresItemRepeatStart
impl From<MnxDocumentGlobalMeasuresItemRepeatStart> for MnxDocumentGlobalMeasuresItemRepeatStart
Source§fn from(_value: MnxDocumentGlobalMeasuresItemRepeatStart) -> Self
fn from(_value: MnxDocumentGlobalMeasuresItemRepeatStart) -> Self
Converts to this type from the input type.
Source§impl TryFrom<MnxDocumentGlobalMeasuresItemRepeatStart> for MnxDocumentGlobalMeasuresItemRepeatStart
impl TryFrom<MnxDocumentGlobalMeasuresItemRepeatStart> for MnxDocumentGlobalMeasuresItemRepeatStart
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(
_value: MnxDocumentGlobalMeasuresItemRepeatStart,
) -> Result<Self, ConversionError>
fn try_from( _value: MnxDocumentGlobalMeasuresItemRepeatStart, ) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for MnxDocumentGlobalMeasuresItemRepeatStart
impl RefUnwindSafe for MnxDocumentGlobalMeasuresItemRepeatStart
impl Send for MnxDocumentGlobalMeasuresItemRepeatStart
impl Sync for MnxDocumentGlobalMeasuresItemRepeatStart
impl Unpin for MnxDocumentGlobalMeasuresItemRepeatStart
impl UnwindSafe for MnxDocumentGlobalMeasuresItemRepeatStart
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