pub struct UnixInfo {
pub user: User,
pub group: Group,
}
Expand description
UnixInfo is an information object associated with a given UnixServer connection.
This is passed to the server request handler to allow ACLs and connection tracking
Fields§
§user: User
§group: Group
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UnixInfo
impl RefUnwindSafe for UnixInfo
impl Send for UnixInfo
impl Sync for UnixInfo
impl Unpin for UnixInfo
impl UnwindSafe for UnixInfo
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