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