pub struct MlModelCardDatasetRef(/* private fields */);Implementations§
Trait Implementations§
Source§impl AsRef<str> for MlModelCardDatasetRef
impl AsRef<str> for MlModelCardDatasetRef
Source§impl Clone for MlModelCardDatasetRef
impl Clone for MlModelCardDatasetRef
Source§fn clone(&self) -> MlModelCardDatasetRef
fn clone(&self) -> MlModelCardDatasetRef
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 MlModelCardDatasetRef
impl Debug for MlModelCardDatasetRef
Source§impl Display for MlModelCardDatasetRef
impl Display for MlModelCardDatasetRef
Source§impl FromStr for MlModelCardDatasetRef
impl FromStr for MlModelCardDatasetRef
Source§impl Hash for MlModelCardDatasetRef
impl Hash for MlModelCardDatasetRef
Source§impl Ord for MlModelCardDatasetRef
impl Ord for MlModelCardDatasetRef
Source§fn cmp(&self, other: &MlModelCardDatasetRef) -> Ordering
fn cmp(&self, other: &MlModelCardDatasetRef) -> Ordering
1.21.0 (const: unstable) · 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 MlModelCardDatasetRef
impl PartialEq for MlModelCardDatasetRef
Source§fn eq(&self, other: &MlModelCardDatasetRef) -> bool
fn eq(&self, other: &MlModelCardDatasetRef) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for MlModelCardDatasetRef
impl PartialOrd for MlModelCardDatasetRef
Source§impl TryFrom<&str> for MlModelCardDatasetRef
impl TryFrom<&str> for MlModelCardDatasetRef
impl Eq for MlModelCardDatasetRef
impl StructuralPartialEq for MlModelCardDatasetRef
Auto Trait Implementations§
impl Freeze for MlModelCardDatasetRef
impl RefUnwindSafe for MlModelCardDatasetRef
impl Send for MlModelCardDatasetRef
impl Sync for MlModelCardDatasetRef
impl Unpin for MlModelCardDatasetRef
impl UnsafeUnpin for MlModelCardDatasetRef
impl UnwindSafe for MlModelCardDatasetRef
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