#[non_exhaustive]pub struct MonthMetadata;Trait Implementations§
Source§impl Clone for MonthMetadata
 
impl Clone for MonthMetadata
Source§fn clone(&self) -> MonthMetadata
 
fn clone(&self) -> MonthMetadata
Returns a duplicate of the value. Read more
1.0.0 · 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 MonthMetadata
 
impl Debug for MonthMetadata
impl Copy for MonthMetadata
Auto Trait Implementations§
impl Freeze for MonthMetadata
impl RefUnwindSafe for MonthMetadata
impl Send for MonthMetadata
impl Sync for MonthMetadata
impl Unpin for MonthMetadata
impl UnwindSafe for MonthMetadata
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