pub struct AuthToken(/* private fields */);Implementations§
Source§impl AuthToken
impl AuthToken
pub unsafe fn from_raw(ptr: *mut EOS_Auth_Token) -> Result<Self>
pub fn as_ptr(&self) -> *mut EOS_Auth_Token
pub fn into_raw(self) -> *mut EOS_Auth_Token
Source§impl AuthToken
impl AuthToken
pub fn account_id(&self) -> EpicAccountId
pub fn access_token(&self) -> Option<&str>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AuthToken
impl RefUnwindSafe for AuthToken
impl !Send for AuthToken
impl !Sync for AuthToken
impl Unpin for AuthToken
impl UnsafeUnpin for AuthToken
impl UnwindSafe for AuthToken
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