#[repr(C)]pub struct _tagEOS_Connect_GetExternalAccountMappingsOptions {
pub ApiVersion: i32,
pub LocalUserId: EOS_ProductUserId,
pub AccountIdType: EOS_EExternalAccountType,
pub TargetExternalUserId: *const c_char,
}Expand description
Input parameters for the EOS_Connect_GetExternalAccountMapping function.
Fields§
§ApiVersion: i32API Version: Set this to EOS_CONNECT_GETEXTERNALACCOUNTMAPPING_API_LATEST.
LocalUserId: EOS_ProductUserIdThe Product User ID of the existing, logged-in user who is querying account mappings.
AccountIdType: EOS_EExternalAccountTypeExternal auth service supplying the account IDs in string form.
TargetExternalUserId: *const c_charTarget user to retrieve the mapping for, as an external account ID.
Trait Implementations§
Source§impl Clone for _tagEOS_Connect_GetExternalAccountMappingsOptions
impl Clone for _tagEOS_Connect_GetExternalAccountMappingsOptions
Source§fn clone(&self) -> _tagEOS_Connect_GetExternalAccountMappingsOptions
fn clone(&self) -> _tagEOS_Connect_GetExternalAccountMappingsOptions
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 moreimpl Copy for _tagEOS_Connect_GetExternalAccountMappingsOptions
Auto Trait Implementations§
impl Freeze for _tagEOS_Connect_GetExternalAccountMappingsOptions
impl RefUnwindSafe for _tagEOS_Connect_GetExternalAccountMappingsOptions
impl !Send for _tagEOS_Connect_GetExternalAccountMappingsOptions
impl !Sync for _tagEOS_Connect_GetExternalAccountMappingsOptions
impl Unpin for _tagEOS_Connect_GetExternalAccountMappingsOptions
impl UnsafeUnpin for _tagEOS_Connect_GetExternalAccountMappingsOptions
impl UnwindSafe for _tagEOS_Connect_GetExternalAccountMappingsOptions
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