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