pub struct SecretKeyRef<'a> { /* private fields */ }Expand description
A SecretKey reference wrapper.
A wrapper around secp256k1::SecretKey reference, which enables it to be used in methods expecting
Key capabilities.
Implementations§
Trait Implementations§
Source§impl<'a> Deref for SecretKeyRef<'a>
impl<'a> Deref for SecretKeyRef<'a>
Auto Trait Implementations§
impl<'a> Freeze for SecretKeyRef<'a>
impl<'a> RefUnwindSafe for SecretKeyRef<'a>
impl<'a> Send for SecretKeyRef<'a>
impl<'a> Sync for SecretKeyRef<'a>
impl<'a> Unpin for SecretKeyRef<'a>
impl<'a> UnsafeUnpin for SecretKeyRef<'a>
impl<'a> UnwindSafe for SecretKeyRef<'a>
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