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