pub struct CreateSuperStreamCommand { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Command for CreateSuperStreamCommand
impl Command for CreateSuperStreamCommand
Source§impl Debug for CreateSuperStreamCommand
impl Debug for CreateSuperStreamCommand
Source§impl Decoder for CreateSuperStreamCommand
impl Decoder for CreateSuperStreamCommand
fn decode(input: &[u8]) -> Result<(&[u8], Self), DecodeError>
fn decode_version_2(input: &[u8]) -> Result<(&[u8], Self), DecodeError>
Source§impl Encoder for CreateSuperStreamCommand
impl Encoder for CreateSuperStreamCommand
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 From<CreateSuperStreamCommand> for RequestKind
impl From<CreateSuperStreamCommand> for RequestKind
Source§fn from(cmd: CreateSuperStreamCommand) -> Self
fn from(cmd: CreateSuperStreamCommand) -> Self
Converts to this type from the input type.
Source§impl PartialEq for CreateSuperStreamCommand
impl PartialEq for CreateSuperStreamCommand
impl Eq for CreateSuperStreamCommand
impl StructuralPartialEq for CreateSuperStreamCommand
Auto Trait Implementations§
impl Freeze for CreateSuperStreamCommand
impl RefUnwindSafe for CreateSuperStreamCommand
impl Send for CreateSuperStreamCommand
impl Sync for CreateSuperStreamCommand
impl Unpin for CreateSuperStreamCommand
impl UnwindSafe for CreateSuperStreamCommand
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