Struct rabbitmq_stream_protocol::commands::store_offset::StoreOffset
source · [−]pub struct StoreOffset { /* private fields */ }
Implementations
Trait Implementations
sourceimpl Debug for StoreOffset
impl Debug for StoreOffset
sourceimpl Decoder for StoreOffset
impl Decoder for StoreOffset
sourceimpl Encoder for StoreOffset
impl Encoder for StoreOffset
fn encode(&self, writer: &mut impl Write) -> Result<(), EncodeError>
fn encoded_size(&self) -> u32
sourceimpl From<StoreOffset> for RequestKind
impl From<StoreOffset> for RequestKind
sourcefn from(cmd: StoreOffset) -> Self
fn from(cmd: StoreOffset) -> Self
Converts to this type from the input type.
sourceimpl PartialEq<StoreOffset> for StoreOffset
impl PartialEq<StoreOffset> for StoreOffset
sourcefn eq(&self, other: &StoreOffset) -> bool
fn eq(&self, other: &StoreOffset) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &StoreOffset) -> bool
fn ne(&self, other: &StoreOffset) -> bool
This method tests for !=
.
impl StructuralPartialEq for StoreOffset
Auto Trait Implementations
impl RefUnwindSafe for StoreOffset
impl Send for StoreOffset
impl Sync for StoreOffset
impl Unpin for StoreOffset
impl UnwindSafe for StoreOffset
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