Enum xsd_types::DurationDatatype
source · pub enum DurationDatatype {
YearMonth,
DayTime,
}Expand description
Datatype derived from xsd:duration.
Variants§
Trait Implementations§
source§impl From<DurationDatatype> for Datatype
impl From<DurationDatatype> for Datatype
source§fn from(ty: DurationDatatype) -> Self
fn from(ty: DurationDatatype) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for DurationDatatype
impl Send for DurationDatatype
impl Sync for DurationDatatype
impl Unpin for DurationDatatype
impl UnwindSafe for DurationDatatype
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