pub struct NonRevocInitProof { /* private fields */ }Implementations§
Source§impl NonRevocInitProof
impl NonRevocInitProof
pub fn as_c_list(&self) -> Result<Vec<Vec<u8>>, IndyCryptoError>
pub fn as_tau_list(&self) -> Result<Vec<Vec<u8>>, IndyCryptoError>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NonRevocInitProof
impl RefUnwindSafe for NonRevocInitProof
impl Send for NonRevocInitProof
impl Sync for NonRevocInitProof
impl Unpin for NonRevocInitProof
impl UnsafeUnpin for NonRevocInitProof
impl UnwindSafe for NonRevocInitProof
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