pub struct CollectionName(/* private fields */);Expand description
A document collection name.
Implementations§
Trait Implementations§
Source§impl AsRef<str> for CollectionName
impl AsRef<str> for CollectionName
Source§impl Clone for CollectionName
impl Clone for CollectionName
Source§fn clone(&self) -> CollectionName
fn clone(&self) -> CollectionName
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 CollectionName
impl Debug for CollectionName
Source§impl Default for CollectionName
impl Default for CollectionName
Source§fn default() -> CollectionName
fn default() -> CollectionName
Returns the “default value” for a type. Read more
Source§impl Display for CollectionName
impl Display for CollectionName
Source§impl From<&str> for CollectionName
impl From<&str> for CollectionName
Source§impl From<String> for CollectionName
impl From<String> for CollectionName
Source§impl Hash for CollectionName
impl Hash for CollectionName
Source§impl Ord for CollectionName
impl Ord for CollectionName
Source§fn cmp(&self, other: &CollectionName) -> Ordering
fn cmp(&self, other: &CollectionName) -> 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 CollectionName
impl PartialEq for CollectionName
Source§fn eq(&self, other: &CollectionName) -> bool
fn eq(&self, other: &CollectionName) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for CollectionName
impl PartialOrd for CollectionName
impl Eq for CollectionName
impl StructuralPartialEq for CollectionName
Auto Trait Implementations§
impl Freeze for CollectionName
impl RefUnwindSafe for CollectionName
impl Send for CollectionName
impl Sync for CollectionName
impl Unpin for CollectionName
impl UnsafeUnpin for CollectionName
impl UnwindSafe for CollectionName
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