pub enum NetworkConnections {}
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NetworkConnections
impl RefUnwindSafe for NetworkConnections
impl Send for NetworkConnections
impl Sync for NetworkConnections
impl Unpin for NetworkConnections
impl UnwindSafe for NetworkConnections
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