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.
Source§impl PartialEq for DeleteSuperStreamCommand
impl PartialEq for DeleteSuperStreamCommand
impl Eq for DeleteSuperStreamCommand
impl StructuralPartialEq for DeleteSuperStreamCommand
Auto Trait Implementations§
impl Freeze for DeleteSuperStreamCommand
impl RefUnwindSafe for DeleteSuperStreamCommand
impl Send for DeleteSuperStreamCommand
impl Sync for DeleteSuperStreamCommand
impl Unpin for DeleteSuperStreamCommand
impl UnwindSafe for DeleteSuperStreamCommand
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