pub struct SemanticsSetText(/* private fields */);Expand description
What a text field does when a screen reader or a voice tool hands it new
text. This is Compose’s SemanticsActions.SetText; the answer says
whether the field took the text.
Implementations§
Trait Implementations§
Source§impl Clone for SemanticsSetText
impl Clone for SemanticsSetText
Source§fn clone(&self) -> SemanticsSetText
fn clone(&self) -> SemanticsSetText
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 SemanticsSetText
impl Debug for SemanticsSetText
Auto Trait Implementations§
impl !RefUnwindSafe for SemanticsSetText
impl !Send for SemanticsSetText
impl !Sync for SemanticsSetText
impl !UnwindSafe for SemanticsSetText
impl Freeze for SemanticsSetText
impl Unpin for SemanticsSetText
impl UnsafeUnpin for SemanticsSetText
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