pub struct AiProviderName(/* private fields */);Implementations§
Trait Implementations§
Source§impl AsRef<str> for AiProviderName
impl AsRef<str> for AiProviderName
Source§impl Clone for AiProviderName
impl Clone for AiProviderName
Source§fn clone(&self) -> AiProviderName
fn clone(&self) -> AiProviderName
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 AiProviderName
impl Debug for AiProviderName
Source§impl Display for AiProviderName
impl Display for AiProviderName
Source§impl FromStr for AiProviderName
impl FromStr for AiProviderName
Source§impl Hash for AiProviderName
impl Hash for AiProviderName
Source§impl Ord for AiProviderName
impl Ord for AiProviderName
Source§fn cmp(&self, other: &AiProviderName) -> Ordering
fn cmp(&self, other: &AiProviderName) -> 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 AiProviderName
impl PartialEq for AiProviderName
Source§impl PartialOrd for AiProviderName
impl PartialOrd for AiProviderName
Source§impl TryFrom<&str> for AiProviderName
impl TryFrom<&str> for AiProviderName
impl Eq for AiProviderName
impl StructuralPartialEq for AiProviderName
Auto Trait Implementations§
impl Freeze for AiProviderName
impl RefUnwindSafe for AiProviderName
impl Send for AiProviderName
impl Sync for AiProviderName
impl Unpin for AiProviderName
impl UnsafeUnpin for AiProviderName
impl UnwindSafe for AiProviderName
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