pub struct ApiRequest {
pub header: Option<Vec<ApiHeader>>,
pub data: Option<Vec<DataField>>,
}
Fields§
§header: Option<Vec<ApiHeader>>
§data: Option<Vec<DataField>>
Auto Trait Implementations§
impl Freeze for ApiRequest
impl RefUnwindSafe for ApiRequest
impl !Send for ApiRequest
impl !Sync for ApiRequest
impl Unpin for ApiRequest
impl UnwindSafe for ApiRequest
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