pub struct IdentityVerificationTemplateReference {
pub id: String,
pub version: i64,
}Expand description
The resource ID and version number of the template configuring the behavior of a given Identity Verification.
Fields§
§id: StringID of the associated Identity Verification template.
version: i64Version of the associated Identity Verification template.
Trait Implementations§
Source§impl Clone for IdentityVerificationTemplateReference
impl Clone for IdentityVerificationTemplateReference
Source§fn clone(&self) -> IdentityVerificationTemplateReference
fn clone(&self) -> IdentityVerificationTemplateReference
Returns a duplicate of the value. Read more
1.0.0 · 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 IdentityVerificationTemplateReference
impl Default for IdentityVerificationTemplateReference
Source§fn default() -> IdentityVerificationTemplateReference
fn default() -> IdentityVerificationTemplateReference
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for IdentityVerificationTemplateReference
impl<'de> Deserialize<'de> for IdentityVerificationTemplateReference
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
Auto Trait Implementations§
impl Freeze for IdentityVerificationTemplateReference
impl RefUnwindSafe for IdentityVerificationTemplateReference
impl Send for IdentityVerificationTemplateReference
impl Sync for IdentityVerificationTemplateReference
impl Unpin for IdentityVerificationTemplateReference
impl UnwindSafe for IdentityVerificationTemplateReference
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