Struct xsd_types::value::GYearMonth
source · pub struct GYearMonth(/* private fields */);Trait Implementations§
source§impl Clone for GYearMonth
impl Clone for GYearMonth
source§fn clone(&self) -> GYearMonth
fn clone(&self) -> GYearMonth
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for GYearMonth
impl Debug for GYearMonth
source§impl Display for GYearMonth
impl Display for GYearMonth
source§impl XsdDatatype for GYearMonth
impl XsdDatatype for GYearMonth
impl Copy for GYearMonth
Auto Trait Implementations§
impl RefUnwindSafe for GYearMonth
impl Send for GYearMonth
impl Sync for GYearMonth
impl Unpin for GYearMonth
impl UnwindSafe for GYearMonth
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