pub struct AgreementPayResponse {
pub code: Option<String>,
pub message: Option<String>,
pub data: Option<AgreementPayData>,
}Fields§
§code: Option<String>§message: Option<String>§data: Option<AgreementPayData>Trait Implementations§
Source§impl Clone for AgreementPayResponse
impl Clone for AgreementPayResponse
Source§fn clone(&self) -> AgreementPayResponse
fn clone(&self) -> AgreementPayResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 AgreementPayResponse
impl Debug for AgreementPayResponse
Source§impl<'de> Deserialize<'de> for AgreementPayResponse
impl<'de> Deserialize<'de> for AgreementPayResponse
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
Auto Trait Implementations§
impl Freeze for AgreementPayResponse
impl RefUnwindSafe for AgreementPayResponse
impl Send for AgreementPayResponse
impl Sync for AgreementPayResponse
impl Unpin for AgreementPayResponse
impl UnsafeUnpin for AgreementPayResponse
impl UnwindSafe for AgreementPayResponse
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