pub struct Nightly {
pub date: Date,
}
Expand description
The Nightly
release channel
Fields§
§date: Date
A short YYYY-MM-DD associated date
Trait Implementations§
Source§impl Ord for Nightly
impl Ord for Nightly
Source§impl PartialOrd for Nightly
impl PartialOrd for Nightly
impl Eq for Nightly
impl StructuralPartialEq for Nightly
Auto Trait Implementations§
impl Freeze for Nightly
impl RefUnwindSafe for Nightly
impl Send for Nightly
impl Sync for Nightly
impl Unpin for Nightly
impl UnwindSafe for Nightly
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