pub struct RegistryVerificationKey {
pub kid: String,
pub x: String,
}Fields§
§kid: String§x: StringTrait Implementations§
Source§impl Clone for RegistryVerificationKey
impl Clone for RegistryVerificationKey
Source§fn clone(&self) -> RegistryVerificationKey
fn clone(&self) -> RegistryVerificationKey
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 moreSource§impl Debug for RegistryVerificationKey
impl Debug for RegistryVerificationKey
Source§impl PartialEq for RegistryVerificationKey
impl PartialEq for RegistryVerificationKey
impl Eq for RegistryVerificationKey
impl StructuralPartialEq for RegistryVerificationKey
Auto Trait Implementations§
impl Freeze for RegistryVerificationKey
impl RefUnwindSafe for RegistryVerificationKey
impl Send for RegistryVerificationKey
impl Sync for RegistryVerificationKey
impl Unpin for RegistryVerificationKey
impl UnsafeUnpin for RegistryVerificationKey
impl UnwindSafe for RegistryVerificationKey
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