pub struct BatchesRetrieveRequest {
pub key: String,
/* private fields */
}Expand description
Retrieve a batch task by ID (GET /paas/v4/batches/{batch_id})
Fields§
§key: StringBearer API key
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BatchesRetrieveRequest
impl RefUnwindSafe for BatchesRetrieveRequest
impl Send for BatchesRetrieveRequest
impl Sync for BatchesRetrieveRequest
impl Unpin for BatchesRetrieveRequest
impl UnwindSafe for BatchesRetrieveRequest
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