pub struct SemanticsDismiss(/* private fields */);Expand description
What a control does when a screen reader asks to send it away: a row a
sighted person swipes off, a sheet a sighted person taps outside of.
Compose’s dismiss action.
Implementations§
Trait Implementations§
Source§impl Clone for SemanticsDismiss
impl Clone for SemanticsDismiss
Source§fn clone(&self) -> SemanticsDismiss
fn clone(&self) -> SemanticsDismiss
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 SemanticsDismiss
impl Debug for SemanticsDismiss
Auto Trait Implementations§
impl !RefUnwindSafe for SemanticsDismiss
impl !Send for SemanticsDismiss
impl !Sync for SemanticsDismiss
impl !UnwindSafe for SemanticsDismiss
impl Freeze for SemanticsDismiss
impl Unpin for SemanticsDismiss
impl UnsafeUnpin for SemanticsDismiss
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