Struct druid_shell::FileDialogToken [−][src]
pub struct FileDialogToken(_);Expand description
A token that uniquely identifies a file dialog request.
Implementations
A token that does not correspond to any file dialog.
Create a new token.
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 FileDialogToken
impl Send for FileDialogToken
impl Sync for FileDialogToken
impl Unpin for FileDialogToken
impl UnwindSafe for FileDialogToken
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