pub struct ApiData {
pub raw: Value,
}Expand description
Escape hatch for responses not yet fully modeled.
Fields§
§raw: ValueImplementations§
Trait Implementations§
impl StructuralPartialEq for ApiData
Auto Trait Implementations§
impl Freeze for ApiData
impl RefUnwindSafe for ApiData
impl Send for ApiData
impl Sync for ApiData
impl Unpin for ApiData
impl UnsafeUnpin for ApiData
impl UnwindSafe for ApiData
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