Struct SeoTitle
pub struct SeoTitle(/* private fields */);Expand description
A validated SEO title label.
Implementations§
Trait Implementations§
§impl Ord for SeoTitle
impl Ord for SeoTitle
§impl PartialOrd for SeoTitle
impl PartialOrd for SeoTitle
impl Eq for SeoTitle
impl StructuralPartialEq for SeoTitle
Auto Trait Implementations§
impl Freeze for SeoTitle
impl RefUnwindSafe for SeoTitle
impl Send for SeoTitle
impl Sync for SeoTitle
impl Unpin for SeoTitle
impl UnsafeUnpin for SeoTitle
impl UnwindSafe for SeoTitle
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