pub struct CreateStreamCommand { /* private fields */ }
Implementations
Trait Implementations
sourceimpl Debug for CreateStreamCommand
impl Debug for CreateStreamCommand
sourceimpl Decoder for CreateStreamCommand
impl Decoder for CreateStreamCommand
sourceimpl Encoder for CreateStreamCommand
impl Encoder for CreateStreamCommand
fn encoded_size(&self) -> u32
fn encode(&self, writer: &mut impl Write) -> Result<(), EncodeError>
sourceimpl From<CreateStreamCommand> for RequestKind
impl From<CreateStreamCommand> for RequestKind
sourcefn from(cmd: CreateStreamCommand) -> Self
fn from(cmd: CreateStreamCommand) -> Self
Converts to this type from the input type.
sourceimpl PartialEq<CreateStreamCommand> for CreateStreamCommand
impl PartialEq<CreateStreamCommand> for CreateStreamCommand
sourcefn eq(&self, other: &CreateStreamCommand) -> bool
fn eq(&self, other: &CreateStreamCommand) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &CreateStreamCommand) -> bool
fn ne(&self, other: &CreateStreamCommand) -> bool
This method tests for !=
.
impl StructuralPartialEq for CreateStreamCommand
Auto Trait Implementations
impl RefUnwindSafe for CreateStreamCommand
impl Send for CreateStreamCommand
impl Sync for CreateStreamCommand
impl Unpin for CreateStreamCommand
impl UnwindSafe for CreateStreamCommand
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more