pub struct InlineResponse207 {
pub data: Option<Vec<BulkOperationResult>>,
}Fields§
§data: Option<Vec<BulkOperationResult>>Results for each operation in the request.
Implementations§
Source§impl InlineResponse207
impl InlineResponse207
pub fn new() -> InlineResponse207
Trait Implementations§
Source§impl Clone for InlineResponse207
impl Clone for InlineResponse207
Source§fn clone(&self) -> InlineResponse207
fn clone(&self) -> InlineResponse207
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 InlineResponse207
impl Debug for InlineResponse207
Source§impl Default for InlineResponse207
impl Default for InlineResponse207
Source§fn default() -> InlineResponse207
fn default() -> InlineResponse207
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for InlineResponse207
impl<'de> Deserialize<'de> for InlineResponse207
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 InlineResponse207
impl PartialEq for InlineResponse207
Source§impl Serialize for InlineResponse207
impl Serialize for InlineResponse207
impl StructuralPartialEq for InlineResponse207
Auto Trait Implementations§
impl Freeze for InlineResponse207
impl RefUnwindSafe for InlineResponse207
impl Send for InlineResponse207
impl Sync for InlineResponse207
impl Unpin for InlineResponse207
impl UnsafeUnpin for InlineResponse207
impl UnwindSafe for InlineResponse207
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