Variants
First
Last
Next
Offset(u64)
Timestamp(i64)
Trait Implementations
sourceimpl Debug for OffsetSpecification
impl Debug for OffsetSpecification
sourceimpl Decoder for OffsetSpecification
impl Decoder for OffsetSpecification
sourceimpl Encoder for OffsetSpecification
impl Encoder for OffsetSpecification
fn encoded_size(&self) -> u32
fn encode(&self, writer: &mut impl Write) -> Result<(), EncodeError>
sourceimpl PartialEq<OffsetSpecification> for OffsetSpecification
impl PartialEq<OffsetSpecification> for OffsetSpecification
sourcefn eq(&self, other: &OffsetSpecification) -> bool
fn eq(&self, other: &OffsetSpecification) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &OffsetSpecification) -> bool
fn ne(&self, other: &OffsetSpecification) -> bool
This method tests for !=
.
impl StructuralPartialEq for OffsetSpecification
Auto Trait Implementations
impl RefUnwindSafe for OffsetSpecification
impl Send for OffsetSpecification
impl Sync for OffsetSpecification
impl Unpin for OffsetSpecification
impl UnwindSafe for OffsetSpecification
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