pub struct SetText<St: State = Empty>(/* private fields */);Expand description
State transition - sets the text field to Set
Trait Implementations§
Auto Trait Implementations§
impl<St> Freeze for SetText<St>
impl<St> RefUnwindSafe for SetText<St>
impl<St> Send for SetText<St>
impl<St> Sync for SetText<St>
impl<St> Unpin for SetText<St>
impl<St> UnsafeUnpin for SetText<St>
impl<St> UnwindSafe for SetText<St>
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