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