pub struct ExchangeCommandVersion(/* private fields */);
Implementations§
Trait Implementations§
Source§impl Debug for ExchangeCommandVersion
impl Debug for ExchangeCommandVersion
Source§impl Decoder for ExchangeCommandVersion
impl Decoder for ExchangeCommandVersion
fn decode(input: &[u8]) -> Result<(&[u8], Self), DecodeError>
fn decode_version_2(input: &[u8]) -> Result<(&[u8], Self), DecodeError>
Source§impl Encoder for ExchangeCommandVersion
impl Encoder for ExchangeCommandVersion
fn encoded_size(&self) -> u32
fn encode(&self, writer: &mut impl Write) -> Result<(), EncodeError>
fn encoded_size_version_2(&self) -> u32
fn encode_version_2(&self, writer: &mut impl Write) -> Result<(), EncodeError>
Source§impl PartialEq for ExchangeCommandVersion
impl PartialEq for ExchangeCommandVersion
impl Eq for ExchangeCommandVersion
impl StructuralPartialEq for ExchangeCommandVersion
Auto Trait Implementations§
impl Freeze for ExchangeCommandVersion
impl RefUnwindSafe for ExchangeCommandVersion
impl Send for ExchangeCommandVersion
impl Sync for ExchangeCommandVersion
impl Unpin for ExchangeCommandVersion
impl UnwindSafe for ExchangeCommandVersion
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