pub struct MetadataDescription(/* private fields */);Expand description
Page metadata description.
Implementations§
Trait Implementations§
Source§impl AsRef<str> for MetadataDescription
impl AsRef<str> for MetadataDescription
Source§impl Clone for MetadataDescription
impl Clone for MetadataDescription
Source§fn clone(&self) -> MetadataDescription
fn clone(&self) -> MetadataDescription
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 MetadataDescription
impl Debug for MetadataDescription
Source§impl Display for MetadataDescription
impl Display for MetadataDescription
Source§impl Hash for MetadataDescription
impl Hash for MetadataDescription
Source§impl Ord for MetadataDescription
impl Ord for MetadataDescription
Source§fn cmp(&self, other: &MetadataDescription) -> Ordering
fn cmp(&self, other: &MetadataDescription) -> 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 MetadataDescription
impl PartialEq for MetadataDescription
Source§fn eq(&self, other: &MetadataDescription) -> bool
fn eq(&self, other: &MetadataDescription) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for MetadataDescription
impl PartialOrd for MetadataDescription
impl Eq for MetadataDescription
impl StructuralPartialEq for MetadataDescription
Auto Trait Implementations§
impl Freeze for MetadataDescription
impl RefUnwindSafe for MetadataDescription
impl Send for MetadataDescription
impl Sync for MetadataDescription
impl Unpin for MetadataDescription
impl UnsafeUnpin for MetadataDescription
impl UnwindSafe for MetadataDescription
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