pub struct XsdGYearMonth {
pub year: i32,
pub month: u8,
pub tz_min: Option<i16>,
}Fields§
§year: i32§month: u8§tz_min: Option<i16>Trait Implementations§
Source§impl Clone for XsdGYearMonth
impl Clone for XsdGYearMonth
Source§fn clone(&self) -> XsdGYearMonth
fn clone(&self) -> XsdGYearMonth
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for XsdGYearMonth
Source§impl Debug for XsdGYearMonth
impl Debug for XsdGYearMonth
impl Eq for XsdGYearMonth
Source§impl Hash for XsdGYearMonth
impl Hash for XsdGYearMonth
Source§impl PartialEq for XsdGYearMonth
impl PartialEq for XsdGYearMonth
Source§fn eq(&self, other: &XsdGYearMonth) -> bool
fn eq(&self, other: &XsdGYearMonth) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for XsdGYearMonth
Auto Trait Implementations§
impl Freeze for XsdGYearMonth
impl RefUnwindSafe for XsdGYearMonth
impl Send for XsdGYearMonth
impl Sync for XsdGYearMonth
impl Unpin for XsdGYearMonth
impl UnsafeUnpin for XsdGYearMonth
impl UnwindSafe for XsdGYearMonth
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