pub struct AgeVerificationFailed {
pub id: String,
pub error: ApiErrorCode,
}Expand description
Returned when the age verification session has failed.
Fields§
§id: String§error: ApiErrorCodeTrait Implementations§
Source§impl Clone for AgeVerificationFailed
impl Clone for AgeVerificationFailed
Source§fn clone(&self) -> AgeVerificationFailed
fn clone(&self) -> AgeVerificationFailed
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 AgeVerificationFailed
impl Debug for AgeVerificationFailed
Source§impl<'de> Deserialize<'de> for AgeVerificationFailed
impl<'de> Deserialize<'de> for AgeVerificationFailed
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 AgeVerificationFailed
impl RefUnwindSafe for AgeVerificationFailed
impl Send for AgeVerificationFailed
impl Sync for AgeVerificationFailed
impl Unpin for AgeVerificationFailed
impl UnsafeUnpin for AgeVerificationFailed
impl UnwindSafe for AgeVerificationFailed
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