enum SanityCheckResult {
NewReq(NewRequest),
ErrRes(Response),
}
Variants§
NewReq(NewRequest)
ErrRes(Response)
Auto Trait Implementations§
impl Freeze for SanityCheckResult
impl RefUnwindSafe for SanityCheckResult
impl Send for SanityCheckResult
impl Sync for SanityCheckResult
impl Unpin for SanityCheckResult
impl UnwindSafe for SanityCheckResult
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