pub struct RawPubKey;Implementations§
Auto Trait Implementations§
impl Freeze for RawPubKey
impl RefUnwindSafe for RawPubKey
impl Send for RawPubKey
impl Sync for RawPubKey
impl Unpin for RawPubKey
impl UnwindSafe for RawPubKey
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