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