Enum xsd_types::NCNameDatatype
source · pub enum NCNameDatatype {
Id,
IdRef,
Entity,
}Variants§
Auto Trait Implementations§
impl RefUnwindSafe for NCNameDatatype
impl Send for NCNameDatatype
impl Sync for NCNameDatatype
impl Unpin for NCNameDatatype
impl UnwindSafe for NCNameDatatype
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