pub struct AgreementPayListResponse {
pub code: Option<String>,
pub message: Option<String>,
pub data: Option<AgreementPayListData>,
}Fields§
§code: Option<String>§message: Option<String>§data: Option<AgreementPayListData>Trait Implementations§
Source§impl Clone for AgreementPayListResponse
impl Clone for AgreementPayListResponse
Source§fn clone(&self) -> AgreementPayListResponse
fn clone(&self) -> AgreementPayListResponse
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 AgreementPayListResponse
impl Debug for AgreementPayListResponse
Source§impl<'de> Deserialize<'de> for AgreementPayListResponse
impl<'de> Deserialize<'de> for AgreementPayListResponse
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 AgreementPayListResponse
impl RefUnwindSafe for AgreementPayListResponse
impl Send for AgreementPayListResponse
impl Sync for AgreementPayListResponse
impl Unpin for AgreementPayListResponse
impl UnsafeUnpin for AgreementPayListResponse
impl UnwindSafe for AgreementPayListResponse
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