#[repr(C)]pub struct _tagEOS_Connect_CreateUserOptions {
pub ApiVersion: i32,
pub ContinuanceToken: EOS_ContinuanceToken,
}Expand description
Input parameters for the EOS_Connect_CreateUser function.
Fields§
§ApiVersion: i32API Version: Set this to EOS_CONNECT_CREATEUSER_API_LATEST.
ContinuanceToken: EOS_ContinuanceTokenContinuance token from previous call to EOS_Connect_Login
Trait Implementations§
Source§impl Clone for _tagEOS_Connect_CreateUserOptions
impl Clone for _tagEOS_Connect_CreateUserOptions
Source§fn clone(&self) -> _tagEOS_Connect_CreateUserOptions
fn clone(&self) -> _tagEOS_Connect_CreateUserOptions
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_CreateUserOptions
Auto Trait Implementations§
impl Freeze for _tagEOS_Connect_CreateUserOptions
impl RefUnwindSafe for _tagEOS_Connect_CreateUserOptions
impl !Send for _tagEOS_Connect_CreateUserOptions
impl !Sync for _tagEOS_Connect_CreateUserOptions
impl Unpin for _tagEOS_Connect_CreateUserOptions
impl UnsafeUnpin for _tagEOS_Connect_CreateUserOptions
impl UnwindSafe for _tagEOS_Connect_CreateUserOptions
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