pub struct ConnectFrame {
pub compressed: bool,
pub end: bool,
pub data: Bytes,
}Fields§
§compressed: bool§end: bool§data: BytesImplementations§
Source§impl ConnectFrame
impl ConnectFrame
Auto Trait Implementations§
impl !Freeze for ConnectFrame
impl RefUnwindSafe for ConnectFrame
impl Send for ConnectFrame
impl Sync for ConnectFrame
impl Unpin for ConnectFrame
impl UnwindSafe for ConnectFrame
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