pub struct ReferenceList {
pub data_references: Vec<String>,
pub key_references: Vec<String>,
}Expand description
References associated with an EncryptedKey.
Fields§
§data_references: Vec<String>URI references to EncryptedData elements encrypted with this key.
key_references: Vec<String>URI references to other EncryptedKey elements encrypted with this key.
Trait Implementations§
Source§impl Clone for ReferenceList
impl Clone for ReferenceList
Source§fn clone(&self) -> ReferenceList
fn clone(&self) -> ReferenceList
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ReferenceList
impl Debug for ReferenceList
impl Eq for ReferenceList
Source§impl PartialEq for ReferenceList
impl PartialEq for ReferenceList
impl StructuralPartialEq for ReferenceList
Auto Trait Implementations§
impl Freeze for ReferenceList
impl RefUnwindSafe for ReferenceList
impl Send for ReferenceList
impl Sync for ReferenceList
impl Unpin for ReferenceList
impl UnsafeUnpin for ReferenceList
impl UnwindSafe for ReferenceList
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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