Struct unc_primitives::types::AccountWithPublicKey
source · pub struct AccountWithPublicKey {
pub account_id: AccountId,
pub public_key: PublicKey,
}Fields§
§account_id: AccountId§public_key: PublicKeyTrait Implementations§
source§impl Debug for AccountWithPublicKey
impl Debug for AccountWithPublicKey
source§impl<'de> Deserialize<'de> for AccountWithPublicKey
impl<'de> Deserialize<'de> for AccountWithPublicKey
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 AccountWithPublicKey
impl RefUnwindSafe for AccountWithPublicKey
impl Send for AccountWithPublicKey
impl Sync for AccountWithPublicKey
impl Unpin for AccountWithPublicKey
impl UnwindSafe for AccountWithPublicKey
Blanket Implementations§
source§impl<T> ArchivePointee for T
impl<T> ArchivePointee for T
§type ArchivedMetadata = ()
type ArchivedMetadata = ()
The archived version of the pointer metadata for this type.
source§fn pointer_metadata(
_: &<T as ArchivePointee>::ArchivedMetadata
) -> <T as Pointee>::Metadata
fn pointer_metadata( _: &<T as ArchivePointee>::ArchivedMetadata ) -> <T as Pointee>::Metadata
Converts some archived metadata to the pointer metadata for itself.
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