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