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