pub struct GMonthDay {
pub month: u8,
pub day: u8,
pub timezone: Option<FixedOffset>,
}Fields§
§month: u8§day: u8§timezone: Option<FixedOffset>Implementations§
Trait Implementations§
impl Eq for GMonthDay
impl StructuralPartialEq for GMonthDay
Auto Trait Implementations§
impl Freeze for GMonthDay
impl RefUnwindSafe for GMonthDay
impl Send for GMonthDay
impl Sync for GMonthDay
impl Unpin for GMonthDay
impl UnwindSafe for GMonthDay
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