Struct druid_shell::TextFieldToken [−][src]
pub struct TextFieldToken(_);
Expand description
Uniquely identifies a text input field inside a window.
Implementations
A token that does not correspond to any text input.
Create a new token; this should for the most part be called only by platform code.
Create a new token from a raw value.
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
This method returns an ordering between self
and other
values if one exists. Read more
This method tests less than (for self
and other
) and is used by the <
operator. Read more
This method tests less than or equal to (for self
and other
) and is used by the <=
operator. Read more
This method tests greater than (for self
and other
) and is used by the >
operator. Read more
Auto Trait Implementations
impl RefUnwindSafe for TextFieldToken
impl Send for TextFieldToken
impl Sync for TextFieldToken
impl Unpin for TextFieldToken
impl UnwindSafe for TextFieldToken
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more
pub fn round_from(x: T) -> T
pub fn round_from(x: T) -> T
Performs the conversion.
pub fn round_into(self) -> U
pub fn round_into(self) -> U
Performs the conversion.
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more