pub struct Protocol { /* private fields */ }Expand description
Extended protocol get injected to RequestExt for context awareness
Implementations§
Source§impl Protocol
impl Protocol
pub const WEB_SOCKET: Self
pub const WEB_TRANSPORT: Self
pub const CONNECT_IP: Self
pub const CONNECT_UDP: Self
Trait Implementations§
impl Copy for Protocol
impl StructuralPartialEq for Protocol
Auto Trait Implementations§
impl Freeze for Protocol
impl RefUnwindSafe for Protocol
impl Send for Protocol
impl Sync for Protocol
impl Unpin for Protocol
impl UnsafeUnpin for Protocol
impl UnwindSafe for Protocol
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