pub struct Srk<'ctx> { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'ctx> Freeze for Srk<'ctx>
impl<'ctx> RefUnwindSafe for Srk<'ctx>
impl<'ctx> Send for Srk<'ctx>
impl<'ctx> Sync for Srk<'ctx>
impl<'ctx> Unpin for Srk<'ctx>
impl<'ctx> UnwindSafe for Srk<'ctx>
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