#[repr(C)]pub struct AccountAccessToken {
pub state: u8_,
pub accessToken: [c_char; 33],
pub refreshToken: [c_char; 41],
pub pad: u8_,
}Expand description
Account access token structure
Fields§
§state: u8_< AccountAccessTokenState enum
accessToken: [c_char; 33]§refreshToken: [c_char; 41]§pad: u8_Trait Implementations§
Source§impl Clone for AccountAccessToken
impl Clone for AccountAccessToken
Source§fn clone(&self) -> AccountAccessToken
fn clone(&self) -> AccountAccessToken
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AccountAccessToken
impl Debug for AccountAccessToken
Source§impl Default for AccountAccessToken
impl Default for AccountAccessToken
impl Copy for AccountAccessToken
Auto Trait Implementations§
impl Freeze for AccountAccessToken
impl RefUnwindSafe for AccountAccessToken
impl Send for AccountAccessToken
impl Sync for AccountAccessToken
impl Unpin for AccountAccessToken
impl UnwindSafe for AccountAccessToken
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)