pub enum XsdFileType {
Simple(Box<SimpleType>),
Complex(Box<ComplexType>),
}Expand description
Top level element in an XML schema when it is a type.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for XsdFileType
impl RefUnwindSafe for XsdFileType
impl Send for XsdFileType
impl Sync for XsdFileType
impl Unpin for XsdFileType
impl UnwindSafe for XsdFileType
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