pub struct ZxioErrorCode(/* private fields */);Implementations§
Auto Trait Implementations§
impl Freeze for ZxioErrorCode
impl RefUnwindSafe for ZxioErrorCode
impl Send for ZxioErrorCode
impl Sync for ZxioErrorCode
impl Unpin for ZxioErrorCode
impl UnsafeUnpin for ZxioErrorCode
impl UnwindSafe for ZxioErrorCode
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