pub struct Connect<'buf> { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl<'buf> HeaderDecode<'buf> for Connect<'buf>
impl<'buf> HeaderDecode<'buf> for Connect<'buf>
fn decode( _flags: PacketFlags, bytes: &'buf [u8], ) -> Result<Status<(usize, Connect<'buf>)>, DecodeError>
impl<'buf> StructuralPartialEq for Connect<'buf>
Auto Trait Implementations§
impl<'buf> Freeze for Connect<'buf>
impl<'buf> RefUnwindSafe for Connect<'buf>
impl<'buf> Send for Connect<'buf>
impl<'buf> Sync for Connect<'buf>
impl<'buf> Unpin for Connect<'buf>
impl<'buf> UnwindSafe for Connect<'buf>
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