Struct boring_imp::ssl::SslCurve
source · pub struct SslCurve(/* private fields */);Expand description
A TLS Curve.
Implementations§
Trait Implementations§
source§impl PartialEq for SslCurve
impl PartialEq for SslCurve
impl Copy for SslCurve
impl Eq for SslCurve
impl StructuralEq for SslCurve
impl StructuralPartialEq for SslCurve
Auto Trait Implementations§
impl RefUnwindSafe for SslCurve
impl Send for SslCurve
impl Sync for SslCurve
impl Unpin for SslCurve
impl UnwindSafe for SslCurve
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