pub enum AgentFrameStatus {
Active,
Superseded,
}Variants§
Trait Implementations§
Source§impl Clone for AgentFrameStatus
impl Clone for AgentFrameStatus
Source§fn clone(&self) -> AgentFrameStatus
fn clone(&self) -> AgentFrameStatus
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 AgentFrameStatus
impl Debug for AgentFrameStatus
Source§impl Default for AgentFrameStatus
impl Default for AgentFrameStatus
Source§fn default() -> AgentFrameStatus
fn default() -> AgentFrameStatus
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AgentFrameStatus
impl<'de> Deserialize<'de> for AgentFrameStatus
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
impl Eq for AgentFrameStatus
Source§impl PartialEq for AgentFrameStatus
impl PartialEq for AgentFrameStatus
Source§fn eq(&self, other: &AgentFrameStatus) -> bool
fn eq(&self, other: &AgentFrameStatus) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for AgentFrameStatus
impl Serialize for AgentFrameStatus
impl StructuralPartialEq for AgentFrameStatus
Auto Trait Implementations§
impl Freeze for AgentFrameStatus
impl RefUnwindSafe for AgentFrameStatus
impl Send for AgentFrameStatus
impl Sync for AgentFrameStatus
impl Unpin for AgentFrameStatus
impl UnsafeUnpin for AgentFrameStatus
impl UnwindSafe for AgentFrameStatus
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