Struct rabbitmq_stream_protocol::commands::tune::TunesCommand
source · [−]Fields
max_frame_size: u32
heartbeat: u32
Implementations
Trait Implementations
sourceimpl Debug for TunesCommand
impl Debug for TunesCommand
sourceimpl Decoder for TunesCommand
impl Decoder for TunesCommand
sourceimpl Encoder for TunesCommand
impl Encoder for TunesCommand
fn encoded_size(&self) -> u32
fn encode(&self, writer: &mut impl Write) -> Result<(), EncodeError>
sourceimpl From<TunesCommand> for RequestKind
impl From<TunesCommand> for RequestKind
sourcefn from(cmd: TunesCommand) -> Self
fn from(cmd: TunesCommand) -> Self
Converts to this type from the input type.
sourceimpl FromResponse for TunesCommand
impl FromResponse for TunesCommand
fn from_response(response: Response) -> Option<Self>
sourceimpl PartialEq<TunesCommand> for TunesCommand
impl PartialEq<TunesCommand> for TunesCommand
sourcefn eq(&self, other: &TunesCommand) -> bool
fn eq(&self, other: &TunesCommand) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &TunesCommand) -> bool
fn ne(&self, other: &TunesCommand) -> bool
This method tests for !=
.
impl StructuralPartialEq for TunesCommand
Auto Trait Implementations
impl RefUnwindSafe for TunesCommand
impl Send for TunesCommand
impl Sync for TunesCommand
impl Unpin for TunesCommand
impl UnwindSafe for TunesCommand
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