pub struct TextInputSnapshot { /* private fields */ }Expand description
Snapshot of TextInput state for undo.
Trait Implementations§
Source§impl Clone for TextInputSnapshot
impl Clone for TextInputSnapshot
Source§fn clone(&self) -> TextInputSnapshot
fn clone(&self) -> TextInputSnapshot
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 moreAuto Trait Implementations§
impl Freeze for TextInputSnapshot
impl RefUnwindSafe for TextInputSnapshot
impl Send for TextInputSnapshot
impl Sync for TextInputSnapshot
impl Unpin for TextInputSnapshot
impl UnwindSafe for TextInputSnapshot
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