pub enum ModeColorKey {
Text,
PlanMode,
Permission,
AutoAccept,
Error,
Warning,
}Expand description
Color key for permission mode display.
Variants§
Implementations§
Auto Trait Implementations§
impl Freeze for ModeColorKey
impl RefUnwindSafe for ModeColorKey
impl Send for ModeColorKey
impl Sync for ModeColorKey
impl Unpin for ModeColorKey
impl UnsafeUnpin for ModeColorKey
impl UnwindSafe for ModeColorKey
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