pub enum BlockingDialogLevel {
Info,
Warning,
Error,
}Variants§
Trait Implementations§
Source§impl Clone for BlockingDialogLevel
impl Clone for BlockingDialogLevel
Source§fn clone(&self) -> BlockingDialogLevel
fn clone(&self) -> BlockingDialogLevel
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for BlockingDialogLevel
impl Debug for BlockingDialogLevel
impl Copy for BlockingDialogLevel
Auto Trait Implementations§
impl Freeze for BlockingDialogLevel
impl RefUnwindSafe for BlockingDialogLevel
impl Send for BlockingDialogLevel
impl Sync for BlockingDialogLevel
impl Unpin for BlockingDialogLevel
impl UnsafeUnpin for BlockingDialogLevel
impl UnwindSafe for BlockingDialogLevel
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more