pub struct MetadataAsXml(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for MetadataAsXml
impl Clone for MetadataAsXml
Source§fn clone(&self) -> MetadataAsXml
fn clone(&self) -> MetadataAsXml
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for MetadataAsXml
impl Debug for MetadataAsXml
Source§impl Drop for MetadataAsXml
impl Drop for MetadataAsXml
Auto Trait Implementations§
impl Freeze for MetadataAsXml
impl RefUnwindSafe for MetadataAsXml
impl !Send for MetadataAsXml
impl !Sync for MetadataAsXml
impl Unpin for MetadataAsXml
impl UnwindSafe for MetadataAsXml
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