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