pub enum ApiBody {
Json(Value),
Text(String),
}
Expand description
The body of an API response.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ApiBody
impl RefUnwindSafe for ApiBody
impl Send for ApiBody
impl Sync for ApiBody
impl Unpin for ApiBody
impl UnwindSafe for ApiBody
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