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