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