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