pub struct GetPublicKeyResult {
pub public_key: PublicKey,
}Expand description
Result of getting a public key.
Fields§
§public_key: PublicKeyTrait Implementations§
Source§impl Clone for GetPublicKeyResult
impl Clone for GetPublicKeyResult
Source§fn clone(&self) -> GetPublicKeyResult
fn clone(&self) -> GetPublicKeyResult
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for GetPublicKeyResult
impl !RefUnwindSafe for GetPublicKeyResult
impl Send for GetPublicKeyResult
impl Sync for GetPublicKeyResult
impl Unpin for GetPublicKeyResult
impl UnsafeUnpin for GetPublicKeyResult
impl !UnwindSafe for GetPublicKeyResult
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