pub struct EncryptionResult {
pub encrypted_data_xml: String,
pub replacement: ReplacementMode,
}Expand description
Result returned after encrypting bytes or XML.
Fields§
§encrypted_data_xml: StringComplete EncryptedData XML fragment.
replacement: ReplacementModeRequired caller-owned document replacement operation.
Trait Implementations§
Source§impl Clone for EncryptionResult
impl Clone for EncryptionResult
Source§fn clone(&self) -> EncryptionResult
fn clone(&self) -> EncryptionResult
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 EncryptionResult
impl Debug for EncryptionResult
impl Eq for EncryptionResult
Source§impl PartialEq for EncryptionResult
impl PartialEq for EncryptionResult
impl StructuralPartialEq for EncryptionResult
Auto Trait Implementations§
impl Freeze for EncryptionResult
impl RefUnwindSafe for EncryptionResult
impl Send for EncryptionResult
impl Sync for EncryptionResult
impl Unpin for EncryptionResult
impl UnsafeUnpin for EncryptionResult
impl UnwindSafe for EncryptionResult
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