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