pub struct SignatureRef {
pub issuer: String,
pub digest: String,
}Fields§
§issuer: String§digest: StringTrait Implementations§
Source§impl Clone for SignatureRef
impl Clone for SignatureRef
Source§fn clone(&self) -> SignatureRef
fn clone(&self) -> SignatureRef
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 Debug for SignatureRef
impl Debug for SignatureRef
Source§impl PartialEq for SignatureRef
impl PartialEq for SignatureRef
impl Eq for SignatureRef
impl StructuralPartialEq for SignatureRef
Auto Trait Implementations§
impl Freeze for SignatureRef
impl RefUnwindSafe for SignatureRef
impl Send for SignatureRef
impl Sync for SignatureRef
impl Unpin for SignatureRef
impl UnwindSafe for SignatureRef
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.