pub struct BatchCreateRequest {
pub requests: Vec<BatchRequestItem>,
}Expand description
POST /v1/batches request body.
Fields§
§requests: Vec<BatchRequestItem>Trait Implementations§
Source§impl Clone for BatchCreateRequest
impl Clone for BatchCreateRequest
Source§fn clone(&self) -> BatchCreateRequest
fn clone(&self) -> BatchCreateRequest
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for BatchCreateRequest
impl Debug for BatchCreateRequest
Source§impl<'de> Deserialize<'de> for BatchCreateRequest
impl<'de> Deserialize<'de> for BatchCreateRequest
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for BatchCreateRequest
impl PartialEq for BatchCreateRequest
Source§impl Serialize for BatchCreateRequest
impl Serialize for BatchCreateRequest
impl StructuralPartialEq for BatchCreateRequest
Auto Trait Implementations§
impl Freeze for BatchCreateRequest
impl RefUnwindSafe for BatchCreateRequest
impl Send for BatchCreateRequest
impl Sync for BatchCreateRequest
impl Unpin for BatchCreateRequest
impl UnsafeUnpin for BatchCreateRequest
impl UnwindSafe for BatchCreateRequest
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