pub struct LinkAccountToUserOptions {
pub user_id: i64,
pub external_user_id: String,
}Fields§
§user_id: i64§external_user_id: StringTrait Implementations§
Source§impl Clone for LinkAccountToUserOptions
impl Clone for LinkAccountToUserOptions
Source§fn clone(&self) -> LinkAccountToUserOptions
fn clone(&self) -> LinkAccountToUserOptions
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 LinkAccountToUserOptions
impl Debug for LinkAccountToUserOptions
Source§impl PartialEq for LinkAccountToUserOptions
impl PartialEq for LinkAccountToUserOptions
impl Eq for LinkAccountToUserOptions
impl StructuralPartialEq for LinkAccountToUserOptions
Auto Trait Implementations§
impl Freeze for LinkAccountToUserOptions
impl RefUnwindSafe for LinkAccountToUserOptions
impl Send for LinkAccountToUserOptions
impl Sync for LinkAccountToUserOptions
impl Unpin for LinkAccountToUserOptions
impl UnwindSafe for LinkAccountToUserOptions
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