Enum client2::telemetry::AssistantKind
source · pub enum AssistantKind {
Panel,
Inline,
}
Variants§
Trait Implementations§
source§impl Debug for AssistantKind
impl Debug for AssistantKind
Auto Trait Implementations§
impl RefUnwindSafe for AssistantKind
impl Send for AssistantKind
impl Sync for AssistantKind
impl Unpin for AssistantKind
impl UnwindSafe for AssistantKind
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