pub enum KrakenEmbedStartLivenessVerificationUrlInputType {
ProofOfLiveness,
}Expand description
KrakenEmbedStartLivenessVerificationUrlInputType
JSON schema
{
"type": "string",
"enum": [
"proof_of_liveness"
]
}Variants§
ProofOfLiveness
Trait Implementations§
Source§impl Clone for KrakenEmbedStartLivenessVerificationUrlInputType
impl Clone for KrakenEmbedStartLivenessVerificationUrlInputType
Source§fn clone(&self) -> KrakenEmbedStartLivenessVerificationUrlInputType
fn clone(&self) -> KrakenEmbedStartLivenessVerificationUrlInputType
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 moreimpl Copy for KrakenEmbedStartLivenessVerificationUrlInputType
Source§impl<'de> Deserialize<'de> for KrakenEmbedStartLivenessVerificationUrlInputType
impl<'de> Deserialize<'de> for KrakenEmbedStartLivenessVerificationUrlInputType
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 Eq for KrakenEmbedStartLivenessVerificationUrlInputType
Source§impl From<&KrakenEmbedStartLivenessVerificationUrlInputType> for KrakenEmbedStartLivenessVerificationUrlInputType
impl From<&KrakenEmbedStartLivenessVerificationUrlInputType> for KrakenEmbedStartLivenessVerificationUrlInputType
Source§fn from(value: &KrakenEmbedStartLivenessVerificationUrlInputType) -> Self
fn from(value: &KrakenEmbedStartLivenessVerificationUrlInputType) -> Self
Converts to this type from the input type.
Source§impl Ord for KrakenEmbedStartLivenessVerificationUrlInputType
impl Ord for KrakenEmbedStartLivenessVerificationUrlInputType
Source§fn cmp(
&self,
other: &KrakenEmbedStartLivenessVerificationUrlInputType,
) -> Ordering
fn cmp( &self, other: &KrakenEmbedStartLivenessVerificationUrlInputType, ) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for KrakenEmbedStartLivenessVerificationUrlInputType
impl PartialEq for KrakenEmbedStartLivenessVerificationUrlInputType
Source§fn eq(&self, other: &KrakenEmbedStartLivenessVerificationUrlInputType) -> bool
fn eq(&self, other: &KrakenEmbedStartLivenessVerificationUrlInputType) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for KrakenEmbedStartLivenessVerificationUrlInputType
impl PartialOrd for KrakenEmbedStartLivenessVerificationUrlInputType
Source§fn partial_cmp(
&self,
other: &KrakenEmbedStartLivenessVerificationUrlInputType,
) -> Option<Ordering>
fn partial_cmp( &self, other: &KrakenEmbedStartLivenessVerificationUrlInputType, ) -> Option<Ordering>
impl StructuralPartialEq for KrakenEmbedStartLivenessVerificationUrlInputType
Source§impl TryFrom<&String> for KrakenEmbedStartLivenessVerificationUrlInputType
impl TryFrom<&String> for KrakenEmbedStartLivenessVerificationUrlInputType
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§impl TryFrom<&str> for KrakenEmbedStartLivenessVerificationUrlInputType
impl TryFrom<&str> for KrakenEmbedStartLivenessVerificationUrlInputType
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§impl TryFrom<String> for KrakenEmbedStartLivenessVerificationUrlInputType
impl TryFrom<String> for KrakenEmbedStartLivenessVerificationUrlInputType
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Auto Trait Implementations§
impl Freeze for KrakenEmbedStartLivenessVerificationUrlInputType
impl RefUnwindSafe for KrakenEmbedStartLivenessVerificationUrlInputType
impl Send for KrakenEmbedStartLivenessVerificationUrlInputType
impl Sync for KrakenEmbedStartLivenessVerificationUrlInputType
impl Unpin for KrakenEmbedStartLivenessVerificationUrlInputType
impl UnsafeUnpin for KrakenEmbedStartLivenessVerificationUrlInputType
impl UnwindSafe for KrakenEmbedStartLivenessVerificationUrlInputType
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