pub struct SignerRole { /* private fields */ }Expand description
Typed XAdES signer role extension.
Implementations§
Trait Implementations§
Source§impl Clone for SignerRole
impl Clone for SignerRole
Source§fn clone(&self) -> SignerRole
fn clone(&self) -> SignerRole
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 SignerRole
impl Debug for SignerRole
Source§impl Default for SignerRole
impl Default for SignerRole
Source§fn default() -> SignerRole
fn default() -> SignerRole
Returns the “default value” for a type. Read more
impl Eq for SignerRole
Source§impl PartialEq for SignerRole
impl PartialEq for SignerRole
Source§fn eq(&self, other: &SignerRole) -> bool
fn eq(&self, other: &SignerRole) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SignerRole
Auto Trait Implementations§
impl Freeze for SignerRole
impl RefUnwindSafe for SignerRole
impl Send for SignerRole
impl Sync for SignerRole
impl Unpin for SignerRole
impl UnsafeUnpin for SignerRole
impl UnwindSafe for SignerRole
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