pub struct UserSpec { /* private fields */ }Expand description
A service user value with optional user/group decomposition.
Implementations§
Trait Implementations§
impl Eq for UserSpec
impl StructuralPartialEq for UserSpec
Auto Trait Implementations§
impl Freeze for UserSpec
impl RefUnwindSafe for UserSpec
impl Send for UserSpec
impl Sync for UserSpec
impl Unpin for UserSpec
impl UnsafeUnpin 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