pub enum ExplicitTimezone {
Required,
Prohibited,
Optional,
}Expand description
XSD 1.1: ExplicitTimezone facet TODO: XSD 1.1 - Implement explicitTimezone constraint
Variants§
Trait Implementations§
Source§impl Clone for ExplicitTimezone
impl Clone for ExplicitTimezone
Source§fn clone(&self) -> ExplicitTimezone
fn clone(&self) -> ExplicitTimezone
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ExplicitTimezone
Source§impl Debug for ExplicitTimezone
impl Debug for ExplicitTimezone
impl Eq for ExplicitTimezone
Source§impl PartialEq for ExplicitTimezone
impl PartialEq for ExplicitTimezone
Source§fn eq(&self, other: &ExplicitTimezone) -> bool
fn eq(&self, other: &ExplicitTimezone) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ExplicitTimezone
Auto Trait Implementations§
impl Freeze for ExplicitTimezone
impl RefUnwindSafe for ExplicitTimezone
impl Send for ExplicitTimezone
impl Sync for ExplicitTimezone
impl Unpin for ExplicitTimezone
impl UnsafeUnpin for ExplicitTimezone
impl UnwindSafe for ExplicitTimezone
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