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