pub struct MonthAsStructI64(pub i64);Tuple Fields§
§0: i64Auto Trait Implementations§
impl Freeze for MonthAsStructI64
impl RefUnwindSafe for MonthAsStructI64
impl Send for MonthAsStructI64
impl Sync for MonthAsStructI64
impl Unpin for MonthAsStructI64
impl UnwindSafe for MonthAsStructI64
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