pub struct BN254;Trait Implementations§
Auto Trait Implementations§
impl Freeze for BN254
impl RefUnwindSafe for BN254
impl Send for BN254
impl Sync for BN254
impl Unpin for BN254
impl UnwindSafe for BN254
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