Enum xsd_types::NameDatatype
source · pub enum NameDatatype {
NCName(Option<NCNameDatatype>),
}Variants§
NCName(Option<NCNameDatatype>)
Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for NameDatatype
impl Send for NameDatatype
impl Sync for NameDatatype
impl Unpin for NameDatatype
impl UnwindSafe for NameDatatype
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