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