pub struct GYear(/* private fields */);Trait Implementations§
source§impl XsdDatatype for GYear
impl XsdDatatype for GYear
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