pub struct TextInputId(/* private fields */);Expand description
Used to retrieve one of the component’s text inputs.
Trait Implementations§
Source§impl Clone for TextInputId
impl Clone for TextInputId
Source§fn clone(&self) -> TextInputId
fn clone(&self) -> TextInputId
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 TextInputId
impl Debug for TextInputId
Source§impl Hash for TextInputId
impl Hash for TextInputId
Source§impl Ord for TextInputId
impl Ord for TextInputId
Source§fn cmp(&self, other: &TextInputId) -> Ordering
fn cmp(&self, other: &TextInputId) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for TextInputId
impl PartialEq for TextInputId
Source§impl PartialOrd for TextInputId
impl PartialOrd for TextInputId
impl Copy for TextInputId
impl Eq for TextInputId
impl StructuralPartialEq for TextInputId
Auto Trait Implementations§
impl Freeze for TextInputId
impl RefUnwindSafe for TextInputId
impl Send for TextInputId
impl Sync for TextInputId
impl Unpin for TextInputId
impl UnsafeUnpin for TextInputId
impl UnwindSafe for TextInputId
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