Enum gpui2::PromptLevel
source · pub enum PromptLevel {
Info,
Warning,
Critical,
}
Variants§
Trait Implementations§
source§impl Clone for PromptLevel
impl Clone for PromptLevel
source§fn clone(&self) -> PromptLevel
fn clone(&self) -> PromptLevel
Returns a copy 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 PromptLevel
impl Debug for PromptLevel
impl Copy for PromptLevel
Auto Trait Implementations§
impl RefUnwindSafe for PromptLevel
impl Send for PromptLevel
impl Sync for PromptLevel
impl Unpin for PromptLevel
impl UnwindSafe for PromptLevel
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