Enum sixtyfps_corelib::items::StandardButtonKind [−][src]
#[repr(C)]
pub enum StandardButtonKind {
ok,
cancel,
apply,
close,
reset,
help,
yes,
no,
abort,
retry,
ignore,
}
Variants
Trait Implementations
type Err = ParseError
type Err = ParseError
The associated error which can be returned from parsing.
Auto Trait Implementations
impl RefUnwindSafe for StandardButtonKind
impl Send for StandardButtonKind
impl Sync for StandardButtonKind
impl Unpin for StandardButtonKind
impl UnwindSafe for StandardButtonKind
Blanket Implementations
Mutably borrows from an owned value. Read more