pub struct Verify {
pub mechanism: Mechanism,
pub key: KeyId,
pub message: Message,
pub signature: Signature,
pub format: SignatureSerialization,
}
Available on crate feature
crypto-client
only.Fields§
§mechanism: Mechanism
§key: KeyId
§message: Message
§signature: Signature
§format: SignatureSerialization
Trait Implementations§
impl Eq for Verify
impl StructuralPartialEq for Verify
Auto Trait Implementations§
impl Freeze for Verify
impl RefUnwindSafe for Verify
impl Send for Verify
impl Sync for Verify
impl Unpin for Verify
impl UnwindSafe for Verify
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