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