pub enum NeverGesture {}Expand description
A gesture type that can never be constructed.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NeverGesture
impl RefUnwindSafe for NeverGesture
impl Send for NeverGesture
impl Sync for NeverGesture
impl Unpin for NeverGesture
impl UnwindSafe for NeverGesture
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