pub struct GetEvent;
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GetEvent
impl RefUnwindSafe for GetEvent
impl Send for GetEvent
impl Sync for GetEvent
impl Unpin for GetEvent
impl UnwindSafe for GetEvent
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