pub struct DequeueEventError(pub i32);Tuple Fields§
§0: i32Trait Implementations§
Auto Trait Implementations§
impl Freeze for DequeueEventError
impl RefUnwindSafe for DequeueEventError
impl Send for DequeueEventError
impl Sync for DequeueEventError
impl Unpin for DequeueEventError
impl UnsafeUnpin for DequeueEventError
impl UnwindSafe for DequeueEventError
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