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