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