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§impl Valuable for EncryptionField
impl Valuable for EncryptionField
impl StructuralPartialEq for EncryptionField
Auto Trait Implementations§
impl Freeze for EncryptionField
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