pub struct TextChanged {
pub value: String,
}Expand description
Message emitted when text changes.
Fields§
§value: StringThe new text value
Trait Implementations§
Source§impl Clone for TextChanged
impl Clone for TextChanged
Source§fn clone(&self) -> TextChanged
fn clone(&self) -> TextChanged
Returns a duplicate of the value. Read more
1.0.0 · 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 TextChanged
impl Debug for TextChanged
Source§impl PartialEq for TextChanged
impl PartialEq for TextChanged
impl Eq for TextChanged
impl StructuralPartialEq for TextChanged
Auto Trait Implementations§
impl Freeze for TextChanged
impl RefUnwindSafe for TextChanged
impl Send for TextChanged
impl Sync for TextChanged
impl Unpin for TextChanged
impl UnwindSafe for TextChanged
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.