pub struct MetaKeywords { /* private fields */ }Expand description
$literal
Implementations§
Trait Implementations§
Source§impl Debug for MetaKeywords
impl Debug for MetaKeywords
Source§impl Default for MetaKeywords
impl Default for MetaKeywords
Source§impl Display for MetaKeywords
impl Display for MetaKeywords
Source§impl From<MetaKeywords> for XmlTag
impl From<MetaKeywords> for XmlTag
Source§fn from(t: MetaKeywords) -> XmlTag
fn from(t: MetaKeywords) -> XmlTag
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for MetaKeywords
impl RefUnwindSafe for MetaKeywords
impl Send for MetaKeywords
impl Sync for MetaKeywords
impl Unpin for MetaKeywords
impl UnsafeUnpin for MetaKeywords
impl UnwindSafe for MetaKeywords
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