pub struct SignRequestSignerInput {
pub document_tag_id: Option<Option<String>>,
pub text_value: Option<Option<String>>,
pub checkbox_value: Option<Option<bool>>,
pub date_value: Option<Option<NaiveDate>>,
pub type: Option<SignRequestSignerInputType>,
pub content_type: Option<SignRequestSignerInputContentType>,
pub page_index: i64,
pub read_only: Option<bool>,
pub validation: Option<SignRequestSignerInputValidation2>,
pub reason: Option<Option<String>>,
pub is_validated: Option<Option<bool>>,
}Fields§
§document_tag_id: Option<Option<String>>§text_value: Option<Option<String>>§checkbox_value: Option<Option<bool>>§date_value: Option<Option<NaiveDate>>§type: Option<SignRequestSignerInputType>§content_type: Option<SignRequestSignerInputContentType>§page_index: i64§read_only: Option<bool>§validation: Option<SignRequestSignerInputValidation2>§reason: Option<Option<String>>§is_validated: Option<Option<bool>>Trait Implementations§
Source§impl Clone for SignRequestSignerInput
impl Clone for SignRequestSignerInput
Source§fn clone(&self) -> SignRequestSignerInput
fn clone(&self) -> SignRequestSignerInput
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 SignRequestSignerInput
impl Debug for SignRequestSignerInput
Source§impl Default for SignRequestSignerInput
impl Default for SignRequestSignerInput
Source§fn default() -> SignRequestSignerInput
fn default() -> SignRequestSignerInput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SignRequestSignerInput
impl<'de> Deserialize<'de> for SignRequestSignerInput
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 SignRequestSignerInput
impl PartialEq for SignRequestSignerInput
Source§impl Serialize for SignRequestSignerInput
impl Serialize for SignRequestSignerInput
impl StructuralPartialEq for SignRequestSignerInput
Auto Trait Implementations§
impl Freeze for SignRequestSignerInput
impl RefUnwindSafe for SignRequestSignerInput
impl Send for SignRequestSignerInput
impl Sync for SignRequestSignerInput
impl Unpin for SignRequestSignerInput
impl UnsafeUnpin for SignRequestSignerInput
impl UnwindSafe for SignRequestSignerInput
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