pub struct NetAll;Expand description
Permission for all network operations. Subsumes NetConnect and NetBind.
Trait Implementations§
impl Permission for NetAll
impl Subsumes<NetBind> for NetAll
impl Subsumes<NetConnect> for NetAll
Auto Trait Implementations§
impl Freeze for NetAll
impl RefUnwindSafe for NetAll
impl Send for NetAll
impl Sync for NetAll
impl Unpin for NetAll
impl UnsafeUnpin for NetAll
impl UnwindSafe for NetAll
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