pub enum AgentSessionType {
CommentThread,
Unknown,
}Expand description
DEPRECATED The type of an agent session.
Variants§
Trait Implementations§
Source§impl Clone for AgentSessionType
impl Clone for AgentSessionType
Source§fn clone(&self) -> AgentSessionType
fn clone(&self) -> AgentSessionType
Returns a duplicate 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 AgentSessionType
impl Debug for AgentSessionType
Source§impl<'de> Deserialize<'de> for AgentSessionType
impl<'de> Deserialize<'de> for AgentSessionType
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for AgentSessionType
impl PartialEq for AgentSessionType
Source§impl Serialize for AgentSessionType
impl Serialize for AgentSessionType
impl Eq for AgentSessionType
impl StructuralPartialEq for AgentSessionType
Auto Trait Implementations§
impl Freeze for AgentSessionType
impl RefUnwindSafe for AgentSessionType
impl Send for AgentSessionType
impl Sync for AgentSessionType
impl Unpin for AgentSessionType
impl UnwindSafe for AgentSessionType
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