#[repr(C)]pub struct _tagEOS_Connect_Credentials {
pub ApiVersion: i32,
pub Token: *const c_char,
pub Type: EOS_EExternalCredentialType,
}Expand description
A structure that contains external login credentials.
This is part of the input structure EOS_Connect_LoginOptions.
@see EOS_EExternalCredentialType @see EOS_Connect_Login
Fields§
§ApiVersion: i32API Version: Set this to EOS_CONNECT_CREDENTIALS_API_LATEST.
Token: *const c_charExternal token associated with the user logging in.
Type: EOS_EExternalCredentialTypeType of external login; identifies the auth method to use.
Trait Implementations§
Source§impl Clone for _tagEOS_Connect_Credentials
impl Clone for _tagEOS_Connect_Credentials
Source§fn clone(&self) -> _tagEOS_Connect_Credentials
fn clone(&self) -> _tagEOS_Connect_Credentials
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 _tagEOS_Connect_Credentials
impl Debug for _tagEOS_Connect_Credentials
impl Copy for _tagEOS_Connect_Credentials
Auto Trait Implementations§
impl Freeze for _tagEOS_Connect_Credentials
impl RefUnwindSafe for _tagEOS_Connect_Credentials
impl !Send for _tagEOS_Connect_Credentials
impl !Sync for _tagEOS_Connect_Credentials
impl Unpin for _tagEOS_Connect_Credentials
impl UnsafeUnpin for _tagEOS_Connect_Credentials
impl UnwindSafe for _tagEOS_Connect_Credentials
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