pub struct CompositeBatchSubresponse {
pub status_code: u16,
pub result: Value,
}Expand description
Response from a single batch subrequest.
Fields§
§status_code: u16§result: ValueTrait Implementations§
Source§impl Clone for CompositeBatchSubresponse
impl Clone for CompositeBatchSubresponse
Source§fn clone(&self) -> CompositeBatchSubresponse
fn clone(&self) -> CompositeBatchSubresponse
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 CompositeBatchSubresponse
impl Debug for CompositeBatchSubresponse
Source§impl<'de> Deserialize<'de> for CompositeBatchSubresponse
impl<'de> Deserialize<'de> for CompositeBatchSubresponse
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<CompositeBatchSubresponse, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<CompositeBatchSubresponse, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for CompositeBatchSubresponse
impl RefUnwindSafe for CompositeBatchSubresponse
impl Send for CompositeBatchSubresponse
impl Sync for CompositeBatchSubresponse
impl Unpin for CompositeBatchSubresponse
impl UnwindSafe for CompositeBatchSubresponse
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