pub struct RawStatus(pub u16, pub Cow<'static, str>);
Expand description
The raw status code and reason-phrase.
Tuple Fields§
§0: u16
§1: Cow<'static, str>
Trait Implementations§
impl StructuralPartialEq for RawStatus
Auto Trait Implementations§
impl Freeze for RawStatus
impl RefUnwindSafe for RawStatus
impl Send for RawStatus
impl Sync for RawStatus
impl Unpin for RawStatus
impl UnwindSafe for RawStatus
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