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