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