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>
fn as_value(&self) -> Vwhere
Self: LexicalFormOf<V, ValueError = Infallible>,
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 Freeze for GMonth
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