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