pub struct ControlFrame { /* private fields */ }Expand description
One bounded opaque application-control record received from the peer.
Implementations§
Trait Implementations§
Source§impl Debug for ControlFrame
impl Debug for ControlFrame
impl Eq for ControlFrame
Source§impl PartialEq for ControlFrame
impl PartialEq for ControlFrame
impl StructuralPartialEq for ControlFrame
Auto Trait Implementations§
impl Freeze for ControlFrame
impl RefUnwindSafe for ControlFrame
impl Send for ControlFrame
impl Sync for ControlFrame
impl Unpin for ControlFrame
impl UnsafeUnpin for ControlFrame
impl UnwindSafe for ControlFrame
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