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