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