pub struct GDay { /* private fields */ }Implementations§
Trait Implementations§
impl Copy for GDay
Source§impl LexicalFormOf<GDay> for GDay
impl LexicalFormOf<GDay> for GDay
type ValueError = Infallible
fn try_as_value(&self) -> Result<GDay, Self::ValueError>
fn as_value(&self) -> Vwhere
Self: LexicalFormOf<V, ValueError = Infallible>,
Source§impl ParseXsd for GDay
impl ParseXsd for GDay
type LexicalForm = GDay
fn parse_xsd(lexical_value: &str) -> ParseXsdResult<Self, Self::LexicalForm>
Auto Trait Implementations§
impl Freeze for GDay
impl RefUnwindSafe for GDay
impl Send for GDay
impl Sync for GDay
impl Unpin for GDay
impl UnsafeUnpin for GDay
impl UnwindSafe for GDay
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