pub struct NetBind;Expand description
Permission to bind TCP listeners and UDP sockets to local ports.
Trait Implementations§
impl Permission for NetBind
impl Subsumes<NetBind> for NetAll
Auto Trait Implementations§
impl Freeze for NetBind
impl RefUnwindSafe for NetBind
impl Send for NetBind
impl Sync for NetBind
impl Unpin for NetBind
impl UnsafeUnpin for NetBind
impl UnwindSafe for NetBind
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