pub struct AddSmsSignRequest { /* private fields */ }Implementations§
Source§impl AddSmsSignRequest
impl AddSmsSignRequest
Sourcepub fn builder() -> AddSmsSignRequestBuilder<((), (), (), (), (), (), (), ())>
pub fn builder() -> AddSmsSignRequestBuilder<((), (), (), (), (), (), (), ())>
Create a builder for building AddSmsSignRequest.
On the builder, call .sign_name(...), .sign_type(...), .document_type(...), .international(...), .sign_purpose(...), .proof_image(...), .commission_image(...)(optional), .remark(...)(optional) to set the values of the fields.
Finally, call .build() to create the instance of AddSmsSignRequest.
Trait Implementations§
Source§impl Clone for AddSmsSignRequest
impl Clone for AddSmsSignRequest
Source§fn clone(&self) -> AddSmsSignRequest
fn clone(&self) -> AddSmsSignRequest
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 AddSmsSignRequest
impl Debug for AddSmsSignRequest
Source§impl Serialize for AddSmsSignRequest
impl Serialize for AddSmsSignRequest
Source§impl Validate for AddSmsSignRequest
impl Validate for AddSmsSignRequest
Source§impl<'v_a> ValidateArgs<'v_a> for AddSmsSignRequest
impl<'v_a> ValidateArgs<'v_a> for AddSmsSignRequest
Auto Trait Implementations§
impl Freeze for AddSmsSignRequest
impl RefUnwindSafe for AddSmsSignRequest
impl Send for AddSmsSignRequest
impl Sync for AddSmsSignRequest
impl Unpin for AddSmsSignRequest
impl UnwindSafe for AddSmsSignRequest
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