pub struct SecureSig {
pub data: Vec<u8>,
pub sig: Vec<u8>,
}
Expand description
Represents a cryptographically signed Commit
signature.
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 StructuralPartialEq for SecureSig
Auto Trait Implementations§
impl Freeze for SecureSig
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