pub struct AckRangesDecoder<'a> { /* private fields */ }Trait Implementations§
Source§impl<'a> AckRanges for AckRangesDecoder<'a>
impl<'a> AckRanges for AckRangesDecoder<'a>
type Iter = AckRangesIter<'a>
fn ack_ranges(&self) -> Self::Iter
fn largest_acknowledged(&self) -> VarInt
Source§impl<'a> Clone for AckRangesDecoder<'a>
impl<'a> Clone for AckRangesDecoder<'a>
Source§fn clone(&self) -> AckRangesDecoder<'a>
fn clone(&self) -> AckRangesDecoder<'a>
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AckRangesDecoder<'_>
impl Debug for AckRangesDecoder<'_>
Source§impl<'a> DecoderParameterizedValue<'a> for AckRangesDecoder<'a>
impl<'a> DecoderParameterizedValue<'a> for AckRangesDecoder<'a>
type Parameter = VarInt
fn decode_parameterized( largest_acknowledged: Self::Parameter, buffer: DecoderBuffer<'a>, ) -> DecoderBufferResult<'a, AckRangesDecoder<'a>>
Source§impl<'a> DecoderParameterizedValueMut<'a> for AckRangesDecoder<'a>
impl<'a> DecoderParameterizedValueMut<'a> for AckRangesDecoder<'a>
type Parameter = VarInt
fn decode_parameterized_mut( largest_acknowledged: Self::Parameter, buffer: DecoderBufferMut<'a>, ) -> DecoderBufferMutResult<'a, AckRangesDecoder<'a>>
Source§impl PartialEq for AckRangesDecoder<'_>
impl PartialEq for AckRangesDecoder<'_>
impl<'a> Copy for AckRangesDecoder<'a>
Auto Trait Implementations§
impl<'a> Freeze for AckRangesDecoder<'a>
impl<'a> RefUnwindSafe for AckRangesDecoder<'a>
impl<'a> Send for AckRangesDecoder<'a>
impl<'a> Sync for AckRangesDecoder<'a>
impl<'a> Unpin for AckRangesDecoder<'a>
impl<'a> UnwindSafe for AckRangesDecoder<'a>
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