pub struct RuntimeOS { /* private fields */ }
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RuntimeOS
impl RefUnwindSafe for RuntimeOS
impl Send for RuntimeOS
impl Sync for RuntimeOS
impl Unpin for RuntimeOS
impl UnwindSafe for RuntimeOS
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