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>
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>
impl Copy for GDay
Auto Trait Implementations§
impl Freeze for GDay
impl RefUnwindSafe for GDay
impl Send for GDay
impl Sync for GDay
impl Unpin for GDay
impl UnwindSafe for GDay
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)