Enum sixtyfps_corelib::items::DialogButtonRole
source · [−]#[repr(C)]
pub enum DialogButtonRole {
none,
accept,
reject,
apply,
reset,
action,
help,
}
Variants
none
accept
reject
apply
reset
action
help
Trait Implementations
type Err = ParseError
type Err = ParseError
The associated error which can be returned from parsing.
type Error = ParseError
type Error = ParseError
The type returned in the event of a conversion error.
Auto Trait Implementations
impl RefUnwindSafe for DialogButtonRole
impl Send for DialogButtonRole
impl Sync for DialogButtonRole
impl Unpin for DialogButtonRole
impl UnwindSafe for DialogButtonRole
Blanket Implementations
Mutably borrows from an owned value. Read more