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