pub struct UserWallet;
Trait Implementations§
Source§impl Clone for UserWallet
impl Clone for UserWallet
Source§fn clone(&self) -> UserWallet
fn clone(&self) -> UserWallet
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 UserWallet
Auto Trait Implementations§
impl Freeze for UserWallet
impl RefUnwindSafe for UserWallet
impl Send for UserWallet
impl Sync for UserWallet
impl Unpin for UserWallet
impl UnwindSafe for UserWallet
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