pub struct VerifyHmacResult {
pub valid: bool,
}Expand description
Result of verifying an HMAC.
Fields§
§valid: boolTrait Implementations§
Source§impl Clone for VerifyHmacResult
impl Clone for VerifyHmacResult
Source§fn clone(&self) -> VerifyHmacResult
fn clone(&self) -> VerifyHmacResult
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for VerifyHmacResult
impl RefUnwindSafe for VerifyHmacResult
impl Send for VerifyHmacResult
impl Sync for VerifyHmacResult
impl Unpin for VerifyHmacResult
impl UnsafeUnpin for VerifyHmacResult
impl UnwindSafe for VerifyHmacResult
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