pub struct SignResult {
    pub digest: Vec<u8>,
    pub signature: Vec<u8>,
}Fields§
§digest: Vec<u8>§signature: Vec<u8>Trait Implementations§
Source§impl Annotate for SignResult
 
impl Annotate for SignResult
Source§impl Debug for SignResult
 
impl Debug for SignResult
Auto Trait Implementations§
impl Freeze for SignResult
impl RefUnwindSafe for SignResult
impl Send for SignResult
impl Sync for SignResult
impl Unpin for SignResult
impl UnwindSafe for SignResult
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