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