Struct ec_generic::EllipticCurve
source · pub struct EllipticCurve { /* private fields */ }Implementations§
Trait Implementations§
source§impl Clone for EllipticCurve
impl Clone for EllipticCurve
source§fn clone(&self) -> EllipticCurve
fn clone(&self) -> EllipticCurve
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for EllipticCurve
impl Debug for EllipticCurve
source§impl PartialEq<EllipticCurve> for EllipticCurve
impl PartialEq<EllipticCurve> for EllipticCurve
source§fn eq(&self, other: &EllipticCurve) -> bool
fn eq(&self, other: &EllipticCurve) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for EllipticCurve
Auto Trait Implementations§
impl RefUnwindSafe for EllipticCurve
impl Send for EllipticCurve
impl Sync for EllipticCurve
impl Unpin for EllipticCurve
impl UnwindSafe for EllipticCurve
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