pub enum AgentWireFormat {
Current,
LegacyV1,
}Expand description
Wire form selected from the relay prologue, separate from capability gates.
Variants§
Current
Current relay prologue and envelope generation.
LegacyV1
Supported pre-0.5 relay prologue and generation-one envelope.
Implementations§
Trait Implementations§
Source§impl Clone for AgentWireFormat
impl Clone for AgentWireFormat
Source§fn clone(&self) -> AgentWireFormat
fn clone(&self) -> AgentWireFormat
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 moreimpl Copy for AgentWireFormat
Source§impl Debug for AgentWireFormat
impl Debug for AgentWireFormat
impl Eq for AgentWireFormat
Source§impl PartialEq for AgentWireFormat
impl PartialEq for AgentWireFormat
impl StructuralPartialEq for AgentWireFormat
Auto Trait Implementations§
impl Freeze for AgentWireFormat
impl RefUnwindSafe for AgentWireFormat
impl Send for AgentWireFormat
impl Sync for AgentWireFormat
impl Unpin for AgentWireFormat
impl UnsafeUnpin for AgentWireFormat
impl UnwindSafe for AgentWireFormat
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