pub enum RecoveryHandshakeDimension {
RequestBytes,
RequestWireFrameBytes,
ResponseWireFrameBytes,
}Expand description
Recovery-handshake dimension that exceeded a signed limit.
Variants§
RequestBytes
Recovery request exceeded R.
RequestWireFrameBytes
Recovery request exceeded WF.
ResponseWireFrameBytes
Recovery response exceeded WF.
Trait Implementations§
Source§impl Clone for RecoveryHandshakeDimension
impl Clone for RecoveryHandshakeDimension
Source§fn clone(&self) -> RecoveryHandshakeDimension
fn clone(&self) -> RecoveryHandshakeDimension
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 RecoveryHandshakeDimension
Source§impl Debug for RecoveryHandshakeDimension
impl Debug for RecoveryHandshakeDimension
impl Eq for RecoveryHandshakeDimension
impl StructuralPartialEq for RecoveryHandshakeDimension
Auto Trait Implementations§
impl Freeze for RecoveryHandshakeDimension
impl RefUnwindSafe for RecoveryHandshakeDimension
impl Send for RecoveryHandshakeDimension
impl Sync for RecoveryHandshakeDimension
impl Unpin for RecoveryHandshakeDimension
impl UnsafeUnpin for RecoveryHandshakeDimension
impl UnwindSafe for RecoveryHandshakeDimension
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