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