pub struct MinimalXmlInfo {
pub schema_version: Option<String>,
pub top_level_features: Vec<String>,
}Fields§
§schema_version: Option<String>§top_level_features: Vec<String>Trait Implementations§
Source§impl Clone for MinimalXmlInfo
impl Clone for MinimalXmlInfo
Source§fn clone(&self) -> MinimalXmlInfo
fn clone(&self) -> MinimalXmlInfo
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 MinimalXmlInfo
impl Debug for MinimalXmlInfo
Source§impl PartialEq for MinimalXmlInfo
impl PartialEq for MinimalXmlInfo
impl Eq for MinimalXmlInfo
impl StructuralPartialEq for MinimalXmlInfo
Auto Trait Implementations§
impl Freeze for MinimalXmlInfo
impl RefUnwindSafe for MinimalXmlInfo
impl Send for MinimalXmlInfo
impl Sync for MinimalXmlInfo
impl Unpin for MinimalXmlInfo
impl UnwindSafe for MinimalXmlInfo
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