Struct anonymous_credentials::ECPProof
source · pub struct ECPProof { /* private fields */ }
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ECPProof
impl RefUnwindSafe for ECPProof
impl Send for ECPProof
impl Sync for ECPProof
impl Unpin for ECPProof
impl UnwindSafe for ECPProof
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