pub struct PublicKeyId(/* private fields */);Trait Implementations§
Source§impl Dereference for PublicKeyId
impl Dereference for PublicKeyId
Auto Trait Implementations§
impl Freeze for PublicKeyId
impl RefUnwindSafe for PublicKeyId
impl Send for PublicKeyId
impl Sync for PublicKeyId
impl Unpin for PublicKeyId
impl UnsafeUnpin for PublicKeyId
impl UnwindSafe for PublicKeyId
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