Struct SearchDocumentId
pub struct SearchDocumentId(/* private fields */);Expand description
A search index document identifier.
Implementations§
§impl SearchDocumentId
impl SearchDocumentId
Trait Implementations§
§impl AsRef<str> for SearchDocumentId
impl AsRef<str> for SearchDocumentId
§impl Clone for SearchDocumentId
impl Clone for SearchDocumentId
§fn clone(&self) -> SearchDocumentId
fn clone(&self) -> SearchDocumentId
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 SearchDocumentId
impl Debug for SearchDocumentId
§impl Default for SearchDocumentId
impl Default for SearchDocumentId
§fn default() -> SearchDocumentId
fn default() -> SearchDocumentId
Returns the “default value” for a type. Read more
§impl Display for SearchDocumentId
impl Display for SearchDocumentId
§impl From<&str> for SearchDocumentId
impl From<&str> for SearchDocumentId
§fn from(value: &str) -> SearchDocumentId
fn from(value: &str) -> SearchDocumentId
Converts to this type from the input type.
§impl From<String> for SearchDocumentId
impl From<String> for SearchDocumentId
§fn from(value: String) -> SearchDocumentId
fn from(value: String) -> SearchDocumentId
Converts to this type from the input type.
§impl Hash for SearchDocumentId
impl Hash for SearchDocumentId
§impl Ord for SearchDocumentId
impl Ord for SearchDocumentId
§fn cmp(&self, other: &SearchDocumentId) -> Ordering
fn cmp(&self, other: &SearchDocumentId) -> 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
§impl PartialEq for SearchDocumentId
impl PartialEq for SearchDocumentId
§impl PartialOrd for SearchDocumentId
impl PartialOrd for SearchDocumentId
impl Eq for SearchDocumentId
impl StructuralPartialEq for SearchDocumentId
Auto Trait Implementations§
impl Freeze for SearchDocumentId
impl RefUnwindSafe for SearchDocumentId
impl Send for SearchDocumentId
impl Sync for SearchDocumentId
impl Unpin for SearchDocumentId
impl UnsafeUnpin for SearchDocumentId
impl UnwindSafe for SearchDocumentId
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