pub enum SignatureValidationReference {
Document,
WholeDocument,
KeyInfo,
SignedProperties,
}Expand description
Required reference categories inside ds:SignedInfo.
Variants§
Trait Implementations§
Source§impl Clone for SignatureValidationReference
impl Clone for SignatureValidationReference
Source§fn clone(&self) -> SignatureValidationReference
fn clone(&self) -> SignatureValidationReference
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 moreimpl Copy for SignatureValidationReference
Source§impl Debug for SignatureValidationReference
impl Debug for SignatureValidationReference
impl Eq for SignatureValidationReference
Source§impl PartialEq for SignatureValidationReference
impl PartialEq for SignatureValidationReference
Source§fn eq(&self, other: &SignatureValidationReference) -> bool
fn eq(&self, other: &SignatureValidationReference) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SignatureValidationReference
Auto Trait Implementations§
impl Freeze for SignatureValidationReference
impl RefUnwindSafe for SignatureValidationReference
impl Send for SignatureValidationReference
impl Sync for SignatureValidationReference
impl Unpin for SignatureValidationReference
impl UnsafeUnpin for SignatureValidationReference
impl UnwindSafe for SignatureValidationReference
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