pub enum Style {
IconControls,
SelectButton,
CancelButton,
SubmitButton,
TodoButton,
DoneButton,
InterruptedButton,
FailedButton,
SoftFailedButton,
SingleLineTextEdit,
}Variants
IconControls
SelectButton
CancelButton
SubmitButton
TodoButton
DoneButton
InterruptedButton
FailedButton
SoftFailedButton
SingleLineTextEdit
Auto Trait Implementations
impl RefUnwindSafe for Style
impl Send for Style
impl Sync for Style
impl Unpin for Style
impl UnwindSafe for Style
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more