pub struct OwnerSigningPublicKey { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for OwnerSigningPublicKey
impl Clone for OwnerSigningPublicKey
Source§fn clone(&self) -> OwnerSigningPublicKey
fn clone(&self) -> OwnerSigningPublicKey
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 OwnerSigningPublicKey
impl Debug for OwnerSigningPublicKey
impl Eq for OwnerSigningPublicKey
Source§impl PartialEq for OwnerSigningPublicKey
impl PartialEq for OwnerSigningPublicKey
impl StructuralPartialEq for OwnerSigningPublicKey
Auto Trait Implementations§
impl Freeze for OwnerSigningPublicKey
impl RefUnwindSafe for OwnerSigningPublicKey
impl Send for OwnerSigningPublicKey
impl Sync for OwnerSigningPublicKey
impl Unpin for OwnerSigningPublicKey
impl UnsafeUnpin for OwnerSigningPublicKey
impl UnwindSafe for OwnerSigningPublicKey
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