pub struct IsCommonSt {
pub year: bool,
pub month: bool,
}
Fields§
§year: bool
§month: bool
Trait Implementations§
Source§impl Clone for IsCommonSt
impl Clone for IsCommonSt
Source§fn clone(&self) -> IsCommonSt
fn clone(&self) -> IsCommonSt
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 IsCommonSt
impl Debug for IsCommonSt
Source§impl PartialEq for IsCommonSt
impl PartialEq for IsCommonSt
impl Copy for IsCommonSt
impl Eq for IsCommonSt
impl StructuralPartialEq for IsCommonSt
Auto Trait Implementations§
impl Freeze for IsCommonSt
impl RefUnwindSafe for IsCommonSt
impl Send for IsCommonSt
impl Sync for IsCommonSt
impl Unpin for IsCommonSt
impl UnwindSafe for IsCommonSt
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