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