pub struct DesktopResendOptions {
pub email_redirect_to: Option<String>,
pub captcha_token: Option<String>,
}
Fields§
§email_redirect_to: Option<String>
§captcha_token: Option<String>
Trait Implementations§
Source§impl Clone for DesktopResendOptions
impl Clone for DesktopResendOptions
Source§fn clone(&self) -> DesktopResendOptions
fn clone(&self) -> DesktopResendOptions
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 Debug for DesktopResendOptions
impl Debug for DesktopResendOptions
Source§impl Default for DesktopResendOptions
impl Default for DesktopResendOptions
Source§fn default() -> DesktopResendOptions
fn default() -> DesktopResendOptions
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DesktopResendOptions
impl<'de> Deserialize<'de> for DesktopResendOptions
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
Source§impl PartialEq for DesktopResendOptions
impl PartialEq for DesktopResendOptions
Source§impl Serialize for DesktopResendOptions
impl Serialize for DesktopResendOptions
impl StructuralPartialEq for DesktopResendOptions
Auto Trait Implementations§
impl Freeze for DesktopResendOptions
impl RefUnwindSafe for DesktopResendOptions
impl Send for DesktopResendOptions
impl Sync for DesktopResendOptions
impl Unpin for DesktopResendOptions
impl UnwindSafe for DesktopResendOptions
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