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