pub struct AgreementSignData {
pub sign_order_id: Option<String>,
pub sign_url: Option<String>,
pub qr_code: Option<String>,
pub qr_code_url: Option<String>,
pub expire_time: Option<i64>,
}Fields§
§sign_order_id: Option<String>§sign_url: Option<String>§qr_code: Option<String>§qr_code_url: Option<String>§expire_time: Option<i64>Trait Implementations§
Source§impl Clone for AgreementSignData
impl Clone for AgreementSignData
Source§fn clone(&self) -> AgreementSignData
fn clone(&self) -> AgreementSignData
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 AgreementSignData
impl Debug for AgreementSignData
Source§impl<'de> Deserialize<'de> for AgreementSignData
impl<'de> Deserialize<'de> for AgreementSignData
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 AgreementSignData
impl RefUnwindSafe for AgreementSignData
impl Send for AgreementSignData
impl Sync for AgreementSignData
impl Unpin for AgreementSignData
impl UnsafeUnpin for AgreementSignData
impl UnwindSafe for AgreementSignData
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