pub struct SignRequestSignerInputCustomValidation {
pub validation_type: SignRequestSignerInputCustomValidationValidationType,
pub custom_regex: Option<String>,
pub custom_error_message: Option<String>,
}Fields§
§validation_type: SignRequestSignerInputCustomValidationValidationType§custom_regex: Option<String>§custom_error_message: Option<String>Trait Implementations§
Source§impl Clone for SignRequestSignerInputCustomValidation
impl Clone for SignRequestSignerInputCustomValidation
Source§fn clone(&self) -> SignRequestSignerInputCustomValidation
fn clone(&self) -> SignRequestSignerInputCustomValidation
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 SignRequestSignerInputCustomValidation
impl Default for SignRequestSignerInputCustomValidation
Source§fn default() -> SignRequestSignerInputCustomValidation
fn default() -> SignRequestSignerInputCustomValidation
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SignRequestSignerInputCustomValidation
impl<'de> Deserialize<'de> for SignRequestSignerInputCustomValidation
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 StructuralPartialEq for SignRequestSignerInputCustomValidation
Auto Trait Implementations§
impl Freeze for SignRequestSignerInputCustomValidation
impl RefUnwindSafe for SignRequestSignerInputCustomValidation
impl Send for SignRequestSignerInputCustomValidation
impl Sync for SignRequestSignerInputCustomValidation
impl Unpin for SignRequestSignerInputCustomValidation
impl UnsafeUnpin for SignRequestSignerInputCustomValidation
impl UnwindSafe for SignRequestSignerInputCustomValidation
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