Struct CollectionName
pub struct CollectionName(/* private fields */);Expand description
A document collection name.
Implementations§
§impl CollectionName
impl CollectionName
Trait Implementations§
§impl AsRef<str> for CollectionName
impl AsRef<str> for CollectionName
§impl Clone for CollectionName
impl Clone for CollectionName
§fn clone(&self) -> CollectionName
fn clone(&self) -> CollectionName
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 more§impl Debug for CollectionName
impl Debug for CollectionName
§impl Default for CollectionName
impl Default for CollectionName
§fn default() -> CollectionName
fn default() -> CollectionName
Returns the “default value” for a type. Read more
§impl Display for CollectionName
impl Display for CollectionName
§impl From<&str> for CollectionName
impl From<&str> for CollectionName
§fn from(value: &str) -> CollectionName
fn from(value: &str) -> CollectionName
Converts to this type from the input type.
§impl From<String> for CollectionName
impl From<String> for CollectionName
§fn from(value: String) -> CollectionName
fn from(value: String) -> CollectionName
Converts to this type from the input type.
§impl Hash for CollectionName
impl Hash for CollectionName
§impl Ord for CollectionName
impl Ord for CollectionName
§impl PartialEq for CollectionName
impl PartialEq for CollectionName
§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