pub struct EventReadMode;Expand description
Enumerates all supported event read modes
Implementations§
Auto Trait Implementations§
impl Freeze for EventReadMode
impl RefUnwindSafe for EventReadMode
impl Send for EventReadMode
impl Sync for EventReadMode
impl Unpin for EventReadMode
impl UnsafeUnpin for EventReadMode
impl UnwindSafe for EventReadMode
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