pub enum ModeLlmCallAction {
Handoff {
session_id: String,
},
}Variants§
Trait Implementations§
Source§impl Clone for ModeLlmCallAction
impl Clone for ModeLlmCallAction
Source§fn clone(&self) -> ModeLlmCallAction
fn clone(&self) -> ModeLlmCallAction
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ModeLlmCallAction
impl Debug for ModeLlmCallAction
Source§impl PartialEq for ModeLlmCallAction
impl PartialEq for ModeLlmCallAction
Source§fn eq(&self, other: &ModeLlmCallAction) -> bool
fn eq(&self, other: &ModeLlmCallAction) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for ModeLlmCallAction
impl StructuralPartialEq for ModeLlmCallAction
Auto Trait Implementations§
impl Freeze for ModeLlmCallAction
impl RefUnwindSafe for ModeLlmCallAction
impl Send for ModeLlmCallAction
impl Sync for ModeLlmCallAction
impl Unpin for ModeLlmCallAction
impl UnsafeUnpin for ModeLlmCallAction
impl UnwindSafe for ModeLlmCallAction
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