Enum faucet_server::client::UpgradeStatus
source · pub enum UpgradeStatus {
Upgraded(Response<ExclusiveBody>),
NotUpgraded(Request<Incoming>),
}Variants§
Upgraded(Response<ExclusiveBody>)
NotUpgraded(Request<Incoming>)
Auto Trait Implementations§
impl !RefUnwindSafe for UpgradeStatus
impl Send for UpgradeStatus
impl !Sync for UpgradeStatus
impl Unpin for UpgradeStatus
impl !UnwindSafe for UpgradeStatus
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