pub struct EnvelopeVerifyInput {
pub request: VerifyRequest,
pub details: EnvelopeVerifyDetails,
}Fields§
§request: VerifyRequest§details: EnvelopeVerifyDetailsTrait Implementations§
Source§impl Clone for EnvelopeVerifyInput
impl Clone for EnvelopeVerifyInput
Source§fn clone(&self) -> EnvelopeVerifyInput
fn clone(&self) -> EnvelopeVerifyInput
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 EnvelopeVerifyInput
impl Debug for EnvelopeVerifyInput
Source§impl Default for EnvelopeVerifyInput
impl Default for EnvelopeVerifyInput
Source§fn default() -> EnvelopeVerifyInput
fn default() -> EnvelopeVerifyInput
Returns the “default value” for a type. Read more
Source§impl PartialEq for EnvelopeVerifyInput
impl PartialEq for EnvelopeVerifyInput
Source§fn eq(&self, other: &EnvelopeVerifyInput) -> bool
fn eq(&self, other: &EnvelopeVerifyInput) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for EnvelopeVerifyInput
impl StructuralPartialEq for EnvelopeVerifyInput
Auto Trait Implementations§
impl Freeze for EnvelopeVerifyInput
impl RefUnwindSafe for EnvelopeVerifyInput
impl Send for EnvelopeVerifyInput
impl Sync for EnvelopeVerifyInput
impl Unpin for EnvelopeVerifyInput
impl UnsafeUnpin for EnvelopeVerifyInput
impl UnwindSafe for EnvelopeVerifyInput
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