pub struct SignRequestCreateSigner {Show 13 fields
pub email: Option<Option<String>>,
pub role: Option<SignRequestCreateSignerRole>,
pub is_in_person: Option<bool>,
pub order: Option<i64>,
pub embed_url_external_user_id: Option<Option<String>>,
pub redirect_url: Option<Option<String>>,
pub declined_redirect_url: Option<Option<String>>,
pub login_required: Option<Option<bool>>,
pub verification_phone_number: Option<Option<String>>,
pub password: Option<Option<String>>,
pub signer_group_id: Option<Option<String>>,
pub suppress_notifications: Option<Option<bool>>,
pub language: Option<Option<String>>,
}Fields§
§email: Option<Option<String>>§role: Option<SignRequestCreateSignerRole>§is_in_person: Option<bool>§order: Option<i64>§embed_url_external_user_id: Option<Option<String>>§redirect_url: Option<Option<String>>§declined_redirect_url: Option<Option<String>>§login_required: Option<Option<bool>>§verification_phone_number: Option<Option<String>>§password: Option<Option<String>>§signer_group_id: Option<Option<String>>§suppress_notifications: Option<Option<bool>>§language: Option<Option<String>>Trait Implementations§
Source§impl Clone for SignRequestCreateSigner
impl Clone for SignRequestCreateSigner
Source§fn clone(&self) -> SignRequestCreateSigner
fn clone(&self) -> SignRequestCreateSigner
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 SignRequestCreateSigner
impl Debug for SignRequestCreateSigner
Source§impl Default for SignRequestCreateSigner
impl Default for SignRequestCreateSigner
Source§fn default() -> SignRequestCreateSigner
fn default() -> SignRequestCreateSigner
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SignRequestCreateSigner
impl<'de> Deserialize<'de> for SignRequestCreateSigner
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
Source§impl PartialEq for SignRequestCreateSigner
impl PartialEq for SignRequestCreateSigner
Source§impl Serialize for SignRequestCreateSigner
impl Serialize for SignRequestCreateSigner
impl StructuralPartialEq for SignRequestCreateSigner
Auto Trait Implementations§
impl Freeze for SignRequestCreateSigner
impl RefUnwindSafe for SignRequestCreateSigner
impl Send for SignRequestCreateSigner
impl Sync for SignRequestCreateSigner
impl Unpin for SignRequestCreateSigner
impl UnsafeUnpin for SignRequestCreateSigner
impl UnwindSafe for SignRequestCreateSigner
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