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