Struct openpgp_card::algorithm::EccAttributes
source · pub struct EccAttributes { /* private fields */ }
Expand description
ECC specific attributes of AlgorithmAttributes
Implementations§
Trait Implementations§
source§impl Clone for EccAttributes
impl Clone for EccAttributes
source§fn clone(&self) -> EccAttributes
fn clone(&self) -> EccAttributes
Returns a copy 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 Debug for EccAttributes
impl Debug for EccAttributes
source§impl PartialEq for EccAttributes
impl PartialEq for EccAttributes
source§fn eq(&self, other: &EccAttributes) -> bool
fn eq(&self, other: &EccAttributes) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for EccAttributes
impl StructuralPartialEq for EccAttributes
Auto Trait Implementations§
impl RefUnwindSafe for EccAttributes
impl Send for EccAttributes
impl Sync for EccAttributes
impl Unpin for EccAttributes
impl UnwindSafe for EccAttributes
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