pub struct DigitallySigned {
pub sign_and_hash_algo: SignAndHashAlgo,
pub sign: Vec<u8>,
}Expand description
Digital signature of a Signed Certificate Timestamp
Fields§
§sign_and_hash_algo: SignAndHashAlgoSignAndHashAlgo of the struct
sign: Vec<u8>Signature of the struct
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DigitallySigned
impl RefUnwindSafe for DigitallySigned
impl Send for DigitallySigned
impl Sync for DigitallySigned
impl Unpin for DigitallySigned
impl UnwindSafe for DigitallySigned
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