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