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