pub struct OS_RELEASE { /* private fields */ }
Expand description
The OS release detected on this host’s environment.
§Notes
If an OS Release was not found, an error will be in its place.
Trait Implementations§
Source§impl Deref for OS_RELEASE
impl Deref for OS_RELEASE
impl LazyStatic for OS_RELEASE
Auto Trait Implementations§
impl Freeze for OS_RELEASE
impl RefUnwindSafe for OS_RELEASE
impl Send for OS_RELEASE
impl Sync for OS_RELEASE
impl Unpin for OS_RELEASE
impl UnwindSafe for OS_RELEASE
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