pub struct EcPointFormats {
pub ec_point_format_list: Vec<NamedU8>,
}Fields§
§ec_point_format_list: Vec<NamedU8>Trait Implementations§
Source§impl Clone for EcPointFormats
impl Clone for EcPointFormats
Source§fn clone(&self) -> EcPointFormats
fn clone(&self) -> EcPointFormats
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 EcPointFormats
impl Debug for EcPointFormats
Source§impl<'de> Deserialize<'de> for EcPointFormats
impl<'de> Deserialize<'de> for EcPointFormats
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for EcPointFormats
impl RefUnwindSafe for EcPointFormats
impl Send for EcPointFormats
impl Sync for EcPointFormats
impl Unpin for EcPointFormats
impl UnsafeUnpin for EcPointFormats
impl UnwindSafe for EcPointFormats
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