pub enum Resp {
Text(String),
Json(Value),
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Resp
impl RefUnwindSafe for Resp
impl Send for Resp
impl Sync for Resp
impl Unpin for Resp
impl UnsafeUnpin for Resp
impl UnwindSafe for Resp
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