pub struct AccountIdentity {
pub account_id: String,
pub username: String,
pub avatar_url: String,
pub root_smart_account_address: String,
}Fields§
§account_id: String§username: String§avatar_url: String§root_smart_account_address: StringTrait Implementations§
Source§impl Clone for AccountIdentity
impl Clone for AccountIdentity
Source§fn clone(&self) -> AccountIdentity
fn clone(&self) -> AccountIdentity
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 AccountIdentity
impl Debug for AccountIdentity
Source§impl Default for AccountIdentity
impl Default for AccountIdentity
Source§fn default() -> AccountIdentity
fn default() -> AccountIdentity
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AccountIdentity
impl<'de> Deserialize<'de> for AccountIdentity
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
impl Eq for AccountIdentity
Source§impl PartialEq for AccountIdentity
impl PartialEq for AccountIdentity
Source§impl Serialize for AccountIdentity
impl Serialize for AccountIdentity
impl StructuralPartialEq for AccountIdentity
Auto Trait Implementations§
impl Freeze for AccountIdentity
impl RefUnwindSafe for AccountIdentity
impl Send for AccountIdentity
impl Sync for AccountIdentity
impl Unpin for AccountIdentity
impl UnsafeUnpin for AccountIdentity
impl UnwindSafe for AccountIdentity
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.