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