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