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