pub struct LoginWithEmailWalletAttribute {
pub eth_address: String,
pub sol_address: String,
}Fields§
§eth_address: String§sol_address: StringTrait Implementations§
Source§impl<'de> Deserialize<'de> for LoginWithEmailWalletAttribute
impl<'de> Deserialize<'de> for LoginWithEmailWalletAttribute
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for LoginWithEmailWalletAttribute
impl RefUnwindSafe for LoginWithEmailWalletAttribute
impl Send for LoginWithEmailWalletAttribute
impl Sync for LoginWithEmailWalletAttribute
impl Unpin for LoginWithEmailWalletAttribute
impl UnwindSafe for LoginWithEmailWalletAttribute
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