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§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