pub struct BatchOperationRequest {
pub operations: Vec<BatchOperation>,
}
Expand description
Batch operation request
Fields§
§operations: Vec<BatchOperation>
Trait Implementations§
Source§impl Clone for BatchOperationRequest
impl Clone for BatchOperationRequest
Source§fn clone(&self) -> BatchOperationRequest
fn clone(&self) -> BatchOperationRequest
Returns a duplicate of the value. Read more
1.0.0 · 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 BatchOperationRequest
impl Debug for BatchOperationRequest
Source§impl<'de> Deserialize<'de> for BatchOperationRequest
impl<'de> Deserialize<'de> for BatchOperationRequest
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 BatchOperationRequest
impl PartialEq for BatchOperationRequest
Source§impl Serialize for BatchOperationRequest
impl Serialize for BatchOperationRequest
impl StructuralPartialEq for BatchOperationRequest
Auto Trait Implementations§
impl Freeze for BatchOperationRequest
impl RefUnwindSafe for BatchOperationRequest
impl Send for BatchOperationRequest
impl Sync for BatchOperationRequest
impl Unpin for BatchOperationRequest
impl UnwindSafe for BatchOperationRequest
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