pub struct GMonthDay(/* private fields */);Trait Implementations§
source§impl XsdDatatype for GMonthDay
impl XsdDatatype for GMonthDay
impl Copy for GMonthDay
Auto Trait Implementations§
impl RefUnwindSafe for GMonthDay
impl Send for GMonthDay
impl Sync for GMonthDay
impl Unpin for GMonthDay
impl UnwindSafe for GMonthDay
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