pub struct ApiAccountEmail {
pub email: String,
pub password: String,
pub vars: HashMap<String, String>,
}Expand description
Send an email with password to the server. Used with authenticate/link/unlink.
Fields§
§email: String§password: String§vars: HashMap<String, String>Trait Implementations§
Source§impl DeJson for ApiAccountEmail
impl DeJson for ApiAccountEmail
Source§impl Debug for ApiAccountEmail
impl Debug for ApiAccountEmail
Source§impl Default for ApiAccountEmail
impl Default for ApiAccountEmail
Source§fn default() -> ApiAccountEmail
fn default() -> ApiAccountEmail
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ApiAccountEmail
impl RefUnwindSafe for ApiAccountEmail
impl Send for ApiAccountEmail
impl Sync for ApiAccountEmail
impl Unpin for ApiAccountEmail
impl UnwindSafe for ApiAccountEmail
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