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