pub struct DomainMultiCommandExecuteResponseWrapper {
pub combined: Box<DomainMultiCommandExecuteResponse>,
pub errors: Vec<MsaspecError>,
pub meta: Box<MsaspecMetaInfo>,
}Fields§
§combined: Box<DomainMultiCommandExecuteResponse>§errors: Vec<MsaspecError>§meta: Box<MsaspecMetaInfo>Implementations§
Source§impl DomainMultiCommandExecuteResponseWrapper
impl DomainMultiCommandExecuteResponseWrapper
pub fn new( combined: DomainMultiCommandExecuteResponse, errors: Vec<MsaspecError>, meta: MsaspecMetaInfo, ) -> DomainMultiCommandExecuteResponseWrapper
Trait Implementations§
Source§impl Clone for DomainMultiCommandExecuteResponseWrapper
impl Clone for DomainMultiCommandExecuteResponseWrapper
Source§fn clone(&self) -> DomainMultiCommandExecuteResponseWrapper
fn clone(&self) -> DomainMultiCommandExecuteResponseWrapper
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 Default for DomainMultiCommandExecuteResponseWrapper
impl Default for DomainMultiCommandExecuteResponseWrapper
Source§fn default() -> DomainMultiCommandExecuteResponseWrapper
fn default() -> DomainMultiCommandExecuteResponseWrapper
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DomainMultiCommandExecuteResponseWrapper
impl<'de> Deserialize<'de> for DomainMultiCommandExecuteResponseWrapper
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 DomainMultiCommandExecuteResponseWrapper
impl PartialEq for DomainMultiCommandExecuteResponseWrapper
Source§fn eq(&self, other: &DomainMultiCommandExecuteResponseWrapper) -> bool
fn eq(&self, other: &DomainMultiCommandExecuteResponseWrapper) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DomainMultiCommandExecuteResponseWrapper
Auto Trait Implementations§
impl Freeze for DomainMultiCommandExecuteResponseWrapper
impl RefUnwindSafe for DomainMultiCommandExecuteResponseWrapper
impl Send for DomainMultiCommandExecuteResponseWrapper
impl Sync for DomainMultiCommandExecuteResponseWrapper
impl Unpin for DomainMultiCommandExecuteResponseWrapper
impl UnwindSafe for DomainMultiCommandExecuteResponseWrapper
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