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