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