pub struct DateId(pub usize);Tuple Fields§
§0: usizeTrait Implementations§
impl Copy for DateId
impl Eq for DateId
impl StructuralPartialEq for DateId
Auto Trait Implementations§
impl Freeze for DateId
impl RefUnwindSafe for DateId
impl Send for DateId
impl Sync for DateId
impl Unpin for DateId
impl UnsafeUnpin for DateId
impl UnwindSafe for DateId
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