pub struct DeliverContract200Response {
pub data: DeliverContract200ResponseData,
}Expand description
Fields§
§data: DeliverContract200ResponseDataImplementations§
Source§impl DeliverContract200Response
impl DeliverContract200Response
Sourcepub fn new(data: DeliverContract200ResponseData) -> DeliverContract200Response
pub fn new(data: DeliverContract200ResponseData) -> DeliverContract200Response
Create value with optional fields set to None.
Trait Implementations§
Source§impl Clone for DeliverContract200Response
impl Clone for DeliverContract200Response
Source§fn clone(&self) -> DeliverContract200Response
fn clone(&self) -> DeliverContract200Response
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 DeliverContract200Response
impl Debug for DeliverContract200Response
Source§impl<'de> Deserialize<'de> for DeliverContract200Response
impl<'de> Deserialize<'de> for DeliverContract200Response
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
impl StructuralPartialEq for DeliverContract200Response
Auto Trait Implementations§
impl Freeze for DeliverContract200Response
impl RefUnwindSafe for DeliverContract200Response
impl Send for DeliverContract200Response
impl Sync for DeliverContract200Response
impl Unpin for DeliverContract200Response
impl UnwindSafe for DeliverContract200Response
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