pub struct AddOAuthAccountXRequest {
pub account_type: u32,
pub account_token: String,
pub account_key: String,
pub o_auth_device_id: String,
pub authorization_code: String,
pub redirect_uri: String,
pub user_id_hash_code: String,
pub account_tier: u32,
}Fields§
§account_type: u32§account_token: String§account_key: String§o_auth_device_id: String§redirect_uri: String§user_id_hash_code: String§account_tier: u32Trait Implementations§
Source§impl Clone for AddOAuthAccountXRequest
impl Clone for AddOAuthAccountXRequest
Source§fn clone(&self) -> AddOAuthAccountXRequest
fn clone(&self) -> AddOAuthAccountXRequest
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 AddOAuthAccountXRequest
impl Debug for AddOAuthAccountXRequest
Source§impl Default for AddOAuthAccountXRequest
impl Default for AddOAuthAccountXRequest
Source§fn default() -> AddOAuthAccountXRequest
fn default() -> AddOAuthAccountXRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for AddOAuthAccountXRequest
impl PartialEq for AddOAuthAccountXRequest
Source§impl ToXml for AddOAuthAccountXRequest
impl ToXml for AddOAuthAccountXRequest
impl StructuralPartialEq for AddOAuthAccountXRequest
Auto Trait Implementations§
impl Freeze for AddOAuthAccountXRequest
impl RefUnwindSafe for AddOAuthAccountXRequest
impl Send for AddOAuthAccountXRequest
impl Sync for AddOAuthAccountXRequest
impl Unpin for AddOAuthAccountXRequest
impl UnwindSafe for AddOAuthAccountXRequest
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