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