pub struct AiModelName(/* private fields */);Implementations§
Source§impl AiModelName
impl AiModelName
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 · 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§type Err = AiModelError
type Err = AiModelError
The associated error which can be returned from parsing.
Source§fn from_str(value: &str) -> Result<AiModelName, <AiModelName as FromStr>::Err>
fn from_str(value: &str) -> Result<AiModelName, <AiModelName as FromStr>::Err>
Parses a string
s to return a value of this type. Read moreSource§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 · 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§impl PartialOrd for AiModelName
impl PartialOrd for AiModelName
Source§impl TryFrom<&str> for AiModelName
impl TryFrom<&str> for AiModelName
Source§type Error = AiModelError
type Error = AiModelError
The type returned in the event of a conversion error.
Source§fn try_from(
value: &str,
) -> Result<AiModelName, <AiModelName as TryFrom<&str>>::Error>
fn try_from( value: &str, ) -> Result<AiModelName, <AiModelName as TryFrom<&str>>::Error>
Performs the conversion.
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