pub struct GMonthDayValue {
pub month: u8,
pub day: u8,
pub timezone: Option<TimezoneOffset>,
}Expand description
xs:gMonthDay value
Fields§
§month: u8§day: u8§timezone: Option<TimezoneOffset>Trait Implementations§
Source§impl Clone for GMonthDayValue
impl Clone for GMonthDayValue
Source§fn clone(&self) -> GMonthDayValue
fn clone(&self) -> GMonthDayValue
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 moreSource§impl Debug for GMonthDayValue
impl Debug for GMonthDayValue
Source§impl Display for GMonthDayValue
impl Display for GMonthDayValue
Source§impl PartialEq for GMonthDayValue
impl PartialEq for GMonthDayValue
Source§fn eq(&self, other: &GMonthDayValue) -> bool
fn eq(&self, other: &GMonthDayValue) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for GMonthDayValue
impl PartialOrd for GMonthDayValue
impl StructuralPartialEq for GMonthDayValue
Auto Trait Implementations§
impl Freeze for GMonthDayValue
impl RefUnwindSafe for GMonthDayValue
impl Send for GMonthDayValue
impl Sync for GMonthDayValue
impl Unpin for GMonthDayValue
impl UnsafeUnpin for GMonthDayValue
impl UnwindSafe for GMonthDayValue
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