pub struct SignRequestSignerInputContentType(pub String);Tuple Fields§
§0: StringImplementations§
Source§impl SignRequestSignerInputContentType
impl SignRequestSignerInputContentType
pub const SIGNATURE: &'static str = "signature"
pub const INITIAL: &'static str = "initial"
pub const STAMP: &'static str = "stamp"
pub const DATE: &'static str = "date"
pub const CHECKBOX: &'static str = "checkbox"
pub const TEXT: &'static str = "text"
pub const FULL_NAME: &'static str = "full_name"
pub const FIRST_NAME: &'static str = "first_name"
pub const LAST_NAME: &'static str = "last_name"
pub const COMPANY: &'static str = "company"
pub const TITLE: &'static str = "title"
pub const EMAIL: &'static str = "email"
pub const ATTACHMENT: &'static str = "attachment"
pub const RADIO: &'static str = "radio"
pub const DROPDOWN: &'static str = "dropdown"
Trait Implementations§
Source§impl Clone for SignRequestSignerInputContentType
impl Clone for SignRequestSignerInputContentType
Source§fn clone(&self) -> SignRequestSignerInputContentType
fn clone(&self) -> SignRequestSignerInputContentType
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 Default for SignRequestSignerInputContentType
impl Default for SignRequestSignerInputContentType
Source§fn default() -> SignRequestSignerInputContentType
fn default() -> SignRequestSignerInputContentType
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SignRequestSignerInputContentType
impl<'de> Deserialize<'de> for SignRequestSignerInputContentType
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
impl Eq for SignRequestSignerInputContentType
impl StructuralPartialEq for SignRequestSignerInputContentType
Auto Trait Implementations§
impl Freeze for SignRequestSignerInputContentType
impl RefUnwindSafe for SignRequestSignerInputContentType
impl Send for SignRequestSignerInputContentType
impl Sync for SignRequestSignerInputContentType
impl Unpin for SignRequestSignerInputContentType
impl UnsafeUnpin for SignRequestSignerInputContentType
impl UnwindSafe for SignRequestSignerInputContentType
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