pub struct PressInteractionCancel {
pub press: PressInteractionPress,
}Fields§
§press: PressInteractionPressTrait Implementations§
Source§impl Clone for PressInteractionCancel
impl Clone for PressInteractionCancel
Source§fn clone(&self) -> PressInteractionCancel
fn clone(&self) -> PressInteractionCancel
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PressInteractionCancel
impl Debug for PressInteractionCancel
Source§impl PartialEq for PressInteractionCancel
impl PartialEq for PressInteractionCancel
Source§fn eq(&self, other: &PressInteractionCancel) -> bool
fn eq(&self, other: &PressInteractionCancel) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for PressInteractionCancel
impl StructuralPartialEq for PressInteractionCancel
Auto Trait Implementations§
impl Freeze for PressInteractionCancel
impl RefUnwindSafe for PressInteractionCancel
impl Send for PressInteractionCancel
impl Sync for PressInteractionCancel
impl Unpin for PressInteractionCancel
impl UnsafeUnpin for PressInteractionCancel
impl UnwindSafe for PressInteractionCancel
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