Enum h2::proto::connection::ReceivedFrame
source · enum ReceivedFrame {
Settings(Settings),
Continue,
Done,
}
Variants§
Auto Trait Implementations§
impl Freeze for ReceivedFrame
impl RefUnwindSafe for ReceivedFrame
impl Send for ReceivedFrame
impl Sync for ReceivedFrame
impl Unpin for ReceivedFrame
impl UnwindSafe for ReceivedFrame
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