pub struct SslCurveNid(/* private fields */);๐Deprecated:
this is not ABI-stable and will be removed in the next release
Expand description
Numeric identifier of a TLS curve.
Trait Implementationsยง
Sourceยงimpl Clone for SslCurveNid
impl Clone for SslCurveNid
Sourceยงfn clone(&self) -> SslCurveNid
fn clone(&self) -> SslCurveNid
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) ยท 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 SslCurveNid
impl Debug for SslCurveNid
Sourceยงimpl PartialEq for SslCurveNid
impl PartialEq for SslCurveNid
Sourceยงfn eq(&self, other: &SslCurveNid) -> bool
fn eq(&self, other: &SslCurveNid) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for SslCurveNid
impl Eq for SslCurveNid
impl StructuralPartialEq for SslCurveNid
Auto Trait Implementationsยง
impl Freeze for SslCurveNid
impl RefUnwindSafe for SslCurveNid
impl Send for SslCurveNid
impl Sync for SslCurveNid
impl Unpin for SslCurveNid
impl UnsafeUnpin for SslCurveNid
impl UnwindSafe for SslCurveNid
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