pub struct MnxDocumentMnx { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for MnxDocumentMnx
impl Clone for MnxDocumentMnx
Source§fn clone(&self) -> MnxDocumentMnx
fn clone(&self) -> MnxDocumentMnx
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 Debug for MnxDocumentMnx
impl Debug for MnxDocumentMnx
Source§impl Default for MnxDocumentMnx
impl Default for MnxDocumentMnx
Source§impl From<MnxDocumentMnx> for MnxDocumentMnx
impl From<MnxDocumentMnx> for MnxDocumentMnx
Source§fn from(value: MnxDocumentMnx) -> Self
fn from(value: MnxDocumentMnx) -> Self
Converts to this type from the input type.
Source§impl TryFrom<MnxDocumentMnx> for MnxDocumentMnx
impl TryFrom<MnxDocumentMnx> for MnxDocumentMnx
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: MnxDocumentMnx) -> Result<Self, ConversionError>
fn try_from(value: MnxDocumentMnx) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for MnxDocumentMnx
impl RefUnwindSafe for MnxDocumentMnx
impl Send for MnxDocumentMnx
impl Sync for MnxDocumentMnx
impl Unpin for MnxDocumentMnx
impl UnwindSafe for MnxDocumentMnx
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