pub struct SecureSig {
pub data: Vec<u8>,
pub sig: Vec<u8>,
}
Fields§
§data: Vec<u8>
§sig: Vec<u8>
Trait Implementations§
source§impl ContentHash for SecureSig
impl ContentHash for SecureSig
source§impl PartialEq for SecureSig
impl PartialEq for SecureSig
impl Eq for SecureSig
impl StructuralEq for SecureSig
impl StructuralPartialEq for SecureSig
Auto Trait Implementations§
impl RefUnwindSafe for SecureSig
impl Send for SecureSig
impl Sync for SecureSig
impl Unpin for SecureSig
impl UnwindSafe for SecureSig
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
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more