pub struct RustVersionDetails {
pub hash: String,
pub date: (u32, u32, u32),
}
Fields§
§hash: String
§date: (u32, u32, u32)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RustVersionDetails
impl RefUnwindSafe for RustVersionDetails
impl Send for RustVersionDetails
impl Sync for RustVersionDetails
impl Unpin for RustVersionDetails
impl UnwindSafe for RustVersionDetails
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