pub enum ShortCircuit {
Response(Response),
Close(CloseReason),
}Variants§
Response(Response)
Close(CloseReason)
Auto Trait Implementations§
impl !Freeze for ShortCircuit
impl !RefUnwindSafe for ShortCircuit
impl Send for ShortCircuit
impl !Sync for ShortCircuit
impl Unpin for ShortCircuit
impl UnsafeUnpin for ShortCircuit
impl !UnwindSafe for ShortCircuit
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