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