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