pub struct P521PublicKey(/* private fields */);Trait Implementations§
source§impl PublicKey for P521PublicKey
impl PublicKey for P521PublicKey
source§impl WithMulticodec for P521PublicKey
impl WithMulticodec for P521PublicKey
fn codec(&self) -> Box<dyn Multicodec>
Auto Trait Implementations§
impl Freeze for P521PublicKey
impl RefUnwindSafe for P521PublicKey
impl Send for P521PublicKey
impl Sync for P521PublicKey
impl Unpin for P521PublicKey
impl UnwindSafe for P521PublicKey
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