Struct wildland_http_client::evs::ConfirmTokenReq
source · pub struct ConfirmTokenReq {
pub session_id: String,
pub email: String,
pub verification_token: String,
}
Fields§
§session_id: String
§email: String
§verification_token: String
Trait Implementations§
source§impl Clone for ConfirmTokenReq
impl Clone for ConfirmTokenReq
source§fn clone(&self) -> ConfirmTokenReq
fn clone(&self) -> ConfirmTokenReq
Returns a copy 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 Debug for ConfirmTokenReq
impl Debug for ConfirmTokenReq
source§impl<'de> Deserialize<'de> for ConfirmTokenReq
impl<'de> Deserialize<'de> for ConfirmTokenReq
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 RefUnwindSafe for ConfirmTokenReq
impl Send for ConfirmTokenReq
impl Sync for ConfirmTokenReq
impl Unpin for ConfirmTokenReq
impl UnwindSafe for ConfirmTokenReq
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