pub struct XsdGMonthDay {
pub month: u8,
pub day: u8,
pub tz_min: Option<i16>,
}Fields§
§month: u8§day: u8§tz_min: Option<i16>Trait Implementations§
Source§impl Clone for XsdGMonthDay
impl Clone for XsdGMonthDay
Source§fn clone(&self) -> XsdGMonthDay
fn clone(&self) -> XsdGMonthDay
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 XsdGMonthDay
Source§impl Debug for XsdGMonthDay
impl Debug for XsdGMonthDay
impl Eq for XsdGMonthDay
Source§impl Hash for XsdGMonthDay
impl Hash for XsdGMonthDay
Source§impl PartialEq for XsdGMonthDay
impl PartialEq for XsdGMonthDay
Source§fn eq(&self, other: &XsdGMonthDay) -> bool
fn eq(&self, other: &XsdGMonthDay) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for XsdGMonthDay
Auto Trait Implementations§
impl Freeze for XsdGMonthDay
impl RefUnwindSafe for XsdGMonthDay
impl Send for XsdGMonthDay
impl Sync for XsdGMonthDay
impl Unpin for XsdGMonthDay
impl UnsafeUnpin for XsdGMonthDay
impl UnwindSafe for XsdGMonthDay
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