pub struct Description {
pub file: File,
}
Expand description
A wrapper element for a file.
Fields§
§file: File
The actual file descriptor.
Trait Implementations§
Source§impl AsXml for Description
impl AsXml for Description
Source§impl Clone for Description
impl Clone for Description
Source§fn clone(&self) -> Description
fn clone(&self) -> Description
Returns a copy 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 Description
impl Debug for Description
Source§impl Default for Description
impl Default for Description
Source§fn default() -> Description
fn default() -> Description
Returns the “default value” for a type. Read more
Source§impl From<Description> for Element
impl From<Description> for Element
Source§fn from(other: Description) -> Self
fn from(other: Description) -> Self
Converts to this type from the input type.
Source§impl FromXml for Description
impl FromXml for Description
Source§type Builder = DescriptionFromXmlBuilder
type Builder = DescriptionFromXmlBuilder
A builder type used to construct the element. Read more
Source§fn from_events(
name: QName,
attrs: AttrMap,
) -> Result<Self::Builder, FromEventsError>
fn from_events( name: QName, attrs: AttrMap, ) -> Result<Self::Builder, FromEventsError>
Attempt to initiate the streamed construction of this struct from XML. Read more
Auto Trait Implementations§
impl Freeze for Description
impl RefUnwindSafe for Description
impl Send for Description
impl Sync for Description
impl Unpin for Description
impl UnwindSafe for Description
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