#[repr(C)]pub struct _tagEOS_Connect_UnlinkAccountOptions {
pub ApiVersion: i32,
pub LocalUserId: EOS_ProductUserId,
}Expand description
Input parameters for the EOS_Connect_UnlinkAccount Function.
Fields§
§ApiVersion: i32API Version: Set this to EOS_CONNECT_UNLINKACCOUNT_API_LATEST.
LocalUserId: EOS_ProductUserIdExisting logged in product user that is subject for the unlinking operation. The external account that was used to login to the product user will be unlinked from the owning keychain.
On a successful operation, the product user will be logged out as the external account used to authenticate the user was unlinked from the owning keychain.
Trait Implementations§
Source§impl Clone for _tagEOS_Connect_UnlinkAccountOptions
impl Clone for _tagEOS_Connect_UnlinkAccountOptions
Source§fn clone(&self) -> _tagEOS_Connect_UnlinkAccountOptions
fn clone(&self) -> _tagEOS_Connect_UnlinkAccountOptions
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_UnlinkAccountOptions
Auto Trait Implementations§
impl Freeze for _tagEOS_Connect_UnlinkAccountOptions
impl RefUnwindSafe for _tagEOS_Connect_UnlinkAccountOptions
impl !Send for _tagEOS_Connect_UnlinkAccountOptions
impl !Sync for _tagEOS_Connect_UnlinkAccountOptions
impl Unpin for _tagEOS_Connect_UnlinkAccountOptions
impl UnsafeUnpin for _tagEOS_Connect_UnlinkAccountOptions
impl UnwindSafe for _tagEOS_Connect_UnlinkAccountOptions
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