pub struct DocumentDecryptionOptions<'a> {
pub encrypted_data_id: Option<&'a str>,
}Expand description
Caller-owned target selection for document decryption.
Fields§
§encrypted_data_id: Option<&'a str>Select a specific EncryptedData by its Id attribute.
Trait Implementations§
Source§impl<'a> Clone for DocumentDecryptionOptions<'a>
impl<'a> Clone for DocumentDecryptionOptions<'a>
Source§fn clone(&self) -> DocumentDecryptionOptions<'a>
fn clone(&self) -> DocumentDecryptionOptions<'a>
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 moreimpl<'a> Copy for DocumentDecryptionOptions<'a>
Source§impl<'a> Debug for DocumentDecryptionOptions<'a>
impl<'a> Debug for DocumentDecryptionOptions<'a>
Source§impl<'a> Default for DocumentDecryptionOptions<'a>
impl<'a> Default for DocumentDecryptionOptions<'a>
Source§fn default() -> DocumentDecryptionOptions<'a>
fn default() -> DocumentDecryptionOptions<'a>
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl<'a> Freeze for DocumentDecryptionOptions<'a>
impl<'a> RefUnwindSafe for DocumentDecryptionOptions<'a>
impl<'a> Send for DocumentDecryptionOptions<'a>
impl<'a> Sync for DocumentDecryptionOptions<'a>
impl<'a> Unpin for DocumentDecryptionOptions<'a>
impl<'a> UnsafeUnpin for DocumentDecryptionOptions<'a>
impl<'a> UnwindSafe for DocumentDecryptionOptions<'a>
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