pub struct operatingSystem;Trait Implementations§
Source§impl Field for operatingSystem
impl Field for operatingSystem
Auto Trait Implementations§
impl Freeze for operatingSystem
impl RefUnwindSafe for operatingSystem
impl Send for operatingSystem
impl Sync for operatingSystem
impl Unpin for operatingSystem
impl UnwindSafe for operatingSystem
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