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