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