pub struct RegisterWithVerifiedEmailOptions {
pub email_token: String,
pub display_name: UserDisplayName,
pub password: Password,
}Fields§
§email_token: String§display_name: UserDisplayName§password: PasswordTrait Implementations§
Source§impl Clone for RegisterWithVerifiedEmailOptions
impl Clone for RegisterWithVerifiedEmailOptions
Source§fn clone(&self) -> RegisterWithVerifiedEmailOptions
fn clone(&self) -> RegisterWithVerifiedEmailOptions
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 Eq for RegisterWithVerifiedEmailOptions
Source§impl Ord for RegisterWithVerifiedEmailOptions
impl Ord for RegisterWithVerifiedEmailOptions
Source§fn cmp(&self, other: &RegisterWithVerifiedEmailOptions) -> Ordering
fn cmp(&self, other: &RegisterWithVerifiedEmailOptions) -> 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 PartialOrd for RegisterWithVerifiedEmailOptions
impl PartialOrd for RegisterWithVerifiedEmailOptions
impl StructuralPartialEq for RegisterWithVerifiedEmailOptions
Auto Trait Implementations§
impl Freeze for RegisterWithVerifiedEmailOptions
impl RefUnwindSafe for RegisterWithVerifiedEmailOptions
impl Send for RegisterWithVerifiedEmailOptions
impl Sync for RegisterWithVerifiedEmailOptions
impl Unpin for RegisterWithVerifiedEmailOptions
impl UnsafeUnpin for RegisterWithVerifiedEmailOptions
impl UnwindSafe for RegisterWithVerifiedEmailOptions
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