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