pub struct XsdVocab;Implementations§
Source§impl XsdVocab
impl XsdVocab
pub const XSD_BOOLEAN: &'static str
pub fn xsd_boolean() -> &'static IriS
Source§impl XsdVocab
impl XsdVocab
pub const XSD_STRING: &'static str
pub fn xsd_string() -> &'static IriS
Source§impl XsdVocab
impl XsdVocab
pub const XSD_DATE_TIME: &'static str
pub fn xsd_date_time() -> &'static IriS
Source§impl XsdVocab
impl XsdVocab
pub const XSD_INTEGER: &'static str
pub fn xsd_integer() -> &'static IriS
Source§impl XsdVocab
impl XsdVocab
pub const XSD_NEGATIVE_INTEGER: &'static str
pub fn xsd_negative_integer() -> &'static IriS
Source§impl XsdVocab
impl XsdVocab
pub const XSD_POSITIVE_INTEGER: &'static str
pub fn xsd_positive_integer() -> &'static IriS
Source§impl XsdVocab
impl XsdVocab
pub const XSD_NON_NEGATIVE_INTEGER: &'static str
pub fn xsd_non_negative_integer() -> &'static IriS
Source§impl XsdVocab
impl XsdVocab
pub const XSD_NON_POSITIVE_INTEGER: &'static str
pub fn xsd_non_positive_integer() -> &'static IriS
Source§impl XsdVocab
impl XsdVocab
pub const XSD_DECIMAL: &'static str
pub fn xsd_decimal() -> &'static IriS
Source§impl XsdVocab
impl XsdVocab
pub const XSD_DOUBLE: &'static str
pub fn xsd_double() -> &'static IriS
Source§impl XsdVocab
impl XsdVocab
pub const XSD_UNSIGNED_INT: &'static str
pub fn xsd_unsigned_int() -> &'static IriS
Source§impl XsdVocab
impl XsdVocab
pub const XSD_UNSIGNED_LONG: &'static str
pub fn xsd_unsigned_long() -> &'static IriS
Source§impl XsdVocab
impl XsdVocab
pub const XSD_UNSIGNED_SHORT: &'static str
pub fn xsd_unsigned_short() -> &'static IriS
Source§impl XsdVocab
impl XsdVocab
pub const XSD_UNSIGNED_BYTE: &'static str
pub fn xsd_unsigned_byte() -> &'static IriS
Trait Implementations§
Auto Trait Implementations§
impl Freeze for XsdVocab
impl RefUnwindSafe for XsdVocab
impl Send for XsdVocab
impl Sync for XsdVocab
impl Unpin for XsdVocab
impl UnsafeUnpin for XsdVocab
impl UnwindSafe for XsdVocab
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