pub struct FixedLengthConnectionIdParser { /* private fields */ }
Expand description
A ConnectionIdParser
implementation that assumes the connection ID is of fixed length
Implementations§
Trait Implementations§
source§impl ConnectionIdParser for FixedLengthConnectionIdParser
impl ConnectionIdParser for FixedLengthConnectionIdParser
source§fn parse(&self, buffer: &mut dyn Buf) -> Result<ConnectionId, PacketDecodeError>
fn parse(&self, buffer: &mut dyn Buf) -> Result<ConnectionId, PacketDecodeError>
Parse a connection id from given buffer
Auto Trait Implementations§
impl Freeze for FixedLengthConnectionIdParser
impl RefUnwindSafe for FixedLengthConnectionIdParser
impl Send for FixedLengthConnectionIdParser
impl Sync for FixedLengthConnectionIdParser
impl Unpin for FixedLengthConnectionIdParser
impl UnwindSafe for FixedLengthConnectionIdParser
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