pub struct VirtualSocketContext {
pub remote_addr: SocketAddr,
pub username: Option<String>,
}Fields§
§remote_addr: SocketAddr§username: Option<String>Auto Trait Implementations§
impl Freeze for VirtualSocketContext
impl RefUnwindSafe for VirtualSocketContext
impl Send for VirtualSocketContext
impl Sync for VirtualSocketContext
impl Unpin for VirtualSocketContext
impl UnwindSafe for VirtualSocketContext
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