Struct near_workspaces::types::AccessKeyInfo
source · Fields§
§public_key: PublicKey§access_key: AccessKeyTrait Implementations§
source§impl Clone for AccessKeyInfo
impl Clone for AccessKeyInfo
source§fn clone(&self) -> AccessKeyInfo
fn clone(&self) -> AccessKeyInfo
Returns a copy 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 moresource§impl Debug for AccessKeyInfo
impl Debug for AccessKeyInfo
source§impl From<AccessKeyInfoView> for AccessKeyInfo
impl From<AccessKeyInfoView> for AccessKeyInfo
source§fn from(view: AccessKeyInfoView) -> Self
fn from(view: AccessKeyInfoView) -> Self
Converts to this type from the input type.