pub enum ProtocolLlmCallAction {
SwitchAgentFrame {
frame_id: String,
},
}Variants§
Trait Implementations§
Source§impl Clone for ProtocolLlmCallAction
impl Clone for ProtocolLlmCallAction
Source§fn clone(&self) -> ProtocolLlmCallAction
fn clone(&self) -> ProtocolLlmCallAction
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 ProtocolLlmCallAction
impl Debug for ProtocolLlmCallAction
impl Eq for ProtocolLlmCallAction
Source§impl PartialEq for ProtocolLlmCallAction
impl PartialEq for ProtocolLlmCallAction
Source§fn eq(&self, other: &ProtocolLlmCallAction) -> bool
fn eq(&self, other: &ProtocolLlmCallAction) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ProtocolLlmCallAction
Auto Trait Implementations§
impl Freeze for ProtocolLlmCallAction
impl RefUnwindSafe for ProtocolLlmCallAction
impl Send for ProtocolLlmCallAction
impl Sync for ProtocolLlmCallAction
impl Unpin for ProtocolLlmCallAction
impl UnsafeUnpin for ProtocolLlmCallAction
impl UnwindSafe for ProtocolLlmCallAction
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