pub struct PublicKey { /* private fields */ }展开描述
从一份 CSR 中提取出的公钥
实现§
Trait 实现§
Source§impl PublicKeyData for PublicKey
impl PublicKeyData for PublicKey
impl Eq for PublicKey
impl StructuralPartialEq for PublicKey
自动 Trait 实现§
impl Freeze for PublicKey
impl !RefUnwindSafe for PublicKey
impl Send for PublicKey
impl Sync for PublicKey
impl Unpin for PublicKey
impl UnsafeUnpin for PublicKey
impl !UnwindSafe for PublicKey
Blanket 实现§
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. 更多信息