Struct sectxtlib::EncryptionField
source · pub struct EncryptionField {
pub uri: IriString,
/* private fields */
}Expand description
An Encryption field links to a key to be used for encrypted communication
Fields§
§uri: IriStringThe URI of the link according to RFC 3986
Trait Implementations§
source§impl Debug for EncryptionField
impl Debug for EncryptionField
source§impl PartialEq for EncryptionField
impl PartialEq for EncryptionField
source§fn eq(&self, other: &EncryptionField) -> bool
fn eq(&self, other: &EncryptionField) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Valuable for EncryptionField
impl Valuable for EncryptionField
impl StructuralPartialEq for EncryptionField
Auto Trait Implementations§
impl RefUnwindSafe for EncryptionField
impl Send for EncryptionField
impl Sync for EncryptionField
impl Unpin for EncryptionField
impl UnwindSafe for EncryptionField
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