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