pub struct TextChangedEventArgs {
pub text: String,
}Fields§
§text: StringTrait Implementations§
Source§impl Clone for TextChangedEventArgs
impl Clone for TextChangedEventArgs
Source§fn clone(&self) -> TextChangedEventArgs
fn clone(&self) -> TextChangedEventArgs
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 TextChangedEventArgs
impl Debug for TextChangedEventArgs
Source§impl Default for TextChangedEventArgs
impl Default for TextChangedEventArgs
Source§fn default() -> TextChangedEventArgs
fn default() -> TextChangedEventArgs
Returns the “default value” for a type. Read more
impl Eq for TextChangedEventArgs
Source§impl PartialEq for TextChangedEventArgs
impl PartialEq for TextChangedEventArgs
impl StructuralPartialEq for TextChangedEventArgs
Auto Trait Implementations§
impl Freeze for TextChangedEventArgs
impl RefUnwindSafe for TextChangedEventArgs
impl Send for TextChangedEventArgs
impl Sync for TextChangedEventArgs
impl Unpin for TextChangedEventArgs
impl UnsafeUnpin for TextChangedEventArgs
impl UnwindSafe for TextChangedEventArgs
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