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