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