pub struct EcdsaRawPublicKey {
pub x: Vec<u8>,
pub y: Vec<u8>,
}
Fields§
§x: Vec<u8>
§y: Vec<u8>
Implementations§
Trait Implementations§
Source§impl Annotate for &EcdsaRawPublicKey
impl Annotate for &EcdsaRawPublicKey
fn format(&self, variant: Option<&str>, field: &MemberId<'_>) -> Option<Format>
fn comment(&self, variant: Option<&str>, field: &MemberId<'_>) -> Option<String>
fn as_annotate(&self) -> Option<&dyn Annotate>
fn thunk_serialize( &self, serializer: &mut AnnotatedSerializer<'_>, ) -> Result<Document, Error>
Source§impl Annotate for EcdsaRawPublicKey
impl Annotate for EcdsaRawPublicKey
fn format(&self, _variant: Option<&str>, field: &MemberId<'_>) -> Option<Format>
fn comment( &self, _variant: Option<&str>, field: &MemberId<'_>, ) -> Option<String>
fn as_annotate(&self) -> Option<&dyn Annotate>
fn thunk_serialize( &self, serializer: &mut AnnotatedSerializer<'_>, ) -> Result<Document, Error>
Source§impl Debug for EcdsaRawPublicKey
impl Debug for EcdsaRawPublicKey
Source§impl Default for EcdsaRawPublicKey
impl Default for EcdsaRawPublicKey
Source§impl<'de> Deserialize<'de> for EcdsaRawPublicKey
impl<'de> Deserialize<'de> for EcdsaRawPublicKey
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
Source§impl FromStr for EcdsaRawPublicKey
impl FromStr for EcdsaRawPublicKey
Source§impl Serialize for EcdsaRawPublicKey
impl Serialize for EcdsaRawPublicKey
Source§impl TryFrom<&EcdsaPublicKey> for EcdsaRawPublicKey
impl TryFrom<&EcdsaPublicKey> for EcdsaRawPublicKey
Source§impl TryFrom<&EcdsaRawPublicKey> for EcdsaPublicKey
impl TryFrom<&EcdsaRawPublicKey> for EcdsaPublicKey
Source§impl TryFrom<EcdsaPublicKey> for EcdsaRawPublicKey
impl TryFrom<EcdsaPublicKey> for EcdsaRawPublicKey
Auto Trait Implementations§
impl Freeze for EcdsaRawPublicKey
impl RefUnwindSafe for EcdsaRawPublicKey
impl Send for EcdsaRawPublicKey
impl Sync for EcdsaRawPublicKey
impl Unpin for EcdsaRawPublicKey
impl UnwindSafe for EcdsaRawPublicKey
Blanket Implementations§
§impl<T> Annotate for T
impl<T> Annotate for T
default fn format( &self, _variant: Option<&str>, _field: &MemberId<'_>, ) -> Option<Format>
default fn comment( &self, _variant: Option<&str>, _field: &MemberId<'_>, ) -> Option<String>
default fn as_annotate(&self) -> Option<&dyn Annotate>
default fn thunk_serialize( &self, serializer: &mut AnnotatedSerializer<'_>, ) -> Result<Document, Error>
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