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>
fn as_value(&self) -> Vwhere
Self: LexicalFormOf<V, ValueError = Infallible>,
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 Freeze for GYear
impl RefUnwindSafe for GYear
impl Send for GYear
impl Sync for GYear
impl Unpin for GYear
impl UnwindSafe for GYear
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)