pub struct KeyValue { /* private fields */ }
Expand description
Issuer key and value pairs.
See RFC 6844, DNS Certification Authority Authorization, January 2013 for more explanation.
Implementations§
Trait Implementations§
source§impl PartialEq<KeyValue> for KeyValue
impl PartialEq<KeyValue> for KeyValue
impl Eq for KeyValue
impl StructuralEq for KeyValue
impl StructuralPartialEq for KeyValue
Auto Trait Implementations§
impl RefUnwindSafe for KeyValue
impl Send for KeyValue
impl Sync for KeyValue
impl Unpin for KeyValue
impl UnwindSafe for KeyValue
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