pub struct EndUser { /* private fields */ }
Implementations§
Source§impl EndUser
impl EndUser
pub fn authentication_methods<T>(self, value: T) -> Self
pub fn evm_accounts<T>(self, value: T) -> Self
pub fn evm_smart_accounts<T>(self, value: T) -> Self
pub fn solana_accounts<T>(self, value: T) -> Self
pub fn user_id<T>(self, value: T) -> Self
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EndUser
impl RefUnwindSafe for EndUser
impl Send for EndUser
impl Sync for EndUser
impl Unpin for EndUser
impl UnwindSafe for EndUser
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