pub struct ECPublicKeyPackElem {
pub typef: Asn1Object,
pub parameters: ECPKPARAMETERS,
}Fields§
§typef: Asn1Object§parameters: ECPKPARAMETERSTrait Implementations§
Source§impl Asn1Op for ECPublicKeyPackElem
impl Asn1Op for ECPublicKeyPackElem
fn init_asn1() -> Self
fn decode_asn1(&mut self, code: &[u8]) -> Result<usize, Box<dyn Error>>
fn encode_asn1(&self) -> Result<Vec<u8>, Box<dyn Error>>
fn print_asn1<U: Write>( &self, name: &str, tab: i32, iowriter: &mut U, ) -> Result<(), Box<dyn Error>>
fn equal_asn1(&self, other: &Self) -> bool
Source§impl Clone for ECPublicKeyPackElem
impl Clone for ECPublicKeyPackElem
Source§fn clone(&self) -> ECPublicKeyPackElem
fn clone(&self) -> ECPublicKeyPackElem
Returns a duplicate 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<'de> Deserialize<'de> for ECPublicKeyPackElem
impl<'de> Deserialize<'de> for ECPublicKeyPackElem
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 ECPublicKeyPackElem
impl RefUnwindSafe for ECPublicKeyPackElem
impl Send for ECPublicKeyPackElem
impl Sync for ECPublicKeyPackElem
impl Unpin for ECPublicKeyPackElem
impl UnwindSafe for ECPublicKeyPackElem
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