pub struct MacOS {
pub version: String,
}
Fields§
§version: String
Implementations§
Trait Implementations§
impl StructuralPartialEq for MacOS
Auto Trait Implementations§
impl Freeze for MacOS
impl RefUnwindSafe for MacOS
impl Send for MacOS
impl Sync for MacOS
impl Unpin for MacOS
impl UnwindSafe for MacOS
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