pub struct DomainKey {
pub p: Box<dyn VerifyingKey + Send + Sync>,
pub f: u64,
}
Fields§
§p: Box<dyn VerifyingKey + Send + Sync>
§f: u64
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DomainKey
impl !RefUnwindSafe for DomainKey
impl Send for DomainKey
impl Sync for DomainKey
impl Unpin for DomainKey
impl !UnwindSafe for DomainKey
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