Struct ip_roam::Connection
source · pub struct Connection {
pub conn: Connection<RtnlMessage>,
pub handle: Handle,
}Expand description
A pending connection to the netlink socket.
Fields§
§conn: Connection<RtnlMessage>§handle: HandleThe conn future must be spawned before the handle could work.
Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for Connection
impl Send for Connection
impl Sync for Connection
impl Unpin for Connection
impl !UnwindSafe for Connection
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