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