pub struct TinkSigner { /* private fields */ }Expand description
Opaque handle to a Tink public-key signer. See Signer in tink-ffi for the safe wrapper.
Auto Trait Implementations§
impl Freeze for TinkSigner
impl RefUnwindSafe for TinkSigner
impl Send for TinkSigner
impl Sync for TinkSigner
impl Unpin for TinkSigner
impl UnwindSafe for TinkSigner
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