pub struct TemplateSignerInputType(pub String);Tuple Fields§
§0: StringImplementations§
Source§impl TemplateSignerInputType
impl TemplateSignerInputType
pub const SIGNATURE: &'static str = "signature"
pub const DATE: &'static str = "date"
pub const TEXT: &'static str = "text"
pub const CHECKBOX: &'static str = "checkbox"
pub const ATTACHMENT: &'static str = "attachment"
pub const RADIO: &'static str = "radio"
pub const DROPDOWN: &'static str = "dropdown"
Trait Implementations§
Source§impl Clone for TemplateSignerInputType
impl Clone for TemplateSignerInputType
Source§fn clone(&self) -> TemplateSignerInputType
fn clone(&self) -> TemplateSignerInputType
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 TemplateSignerInputType
impl Debug for TemplateSignerInputType
Source§impl Default for TemplateSignerInputType
impl Default for TemplateSignerInputType
Source§fn default() -> TemplateSignerInputType
fn default() -> TemplateSignerInputType
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for TemplateSignerInputType
impl<'de> Deserialize<'de> for TemplateSignerInputType
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 TemplateSignerInputType
Source§impl PartialEq for TemplateSignerInputType
impl PartialEq for TemplateSignerInputType
Source§impl Serialize for TemplateSignerInputType
impl Serialize for TemplateSignerInputType
impl StructuralPartialEq for TemplateSignerInputType
Auto Trait Implementations§
impl Freeze for TemplateSignerInputType
impl RefUnwindSafe for TemplateSignerInputType
impl Send for TemplateSignerInputType
impl Sync for TemplateSignerInputType
impl Unpin for TemplateSignerInputType
impl UnsafeUnpin for TemplateSignerInputType
impl UnwindSafe for TemplateSignerInputType
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