pub struct NetLinx;
Implementations§
Auto Trait Implementations§
impl Freeze for NetLinx
impl RefUnwindSafe for NetLinx
impl Send for NetLinx
impl Sync for NetLinx
impl Unpin for NetLinx
impl UnwindSafe for NetLinx
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