pub struct EncryptedRedactionArtifact {
pub artifact: RedactionArtifact,
pub encrypted_session: String,
pub session_summary: SessionSummary,
}Fields§
§artifact: RedactionArtifact§encrypted_session: String§session_summary: SessionSummaryTrait Implementations§
Source§impl Clone for EncryptedRedactionArtifact
impl Clone for EncryptedRedactionArtifact
Source§fn clone(&self) -> EncryptedRedactionArtifact
fn clone(&self) -> EncryptedRedactionArtifact
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 EncryptedRedactionArtifact
impl Debug for EncryptedRedactionArtifact
Source§impl PartialEq for EncryptedRedactionArtifact
impl PartialEq for EncryptedRedactionArtifact
Source§fn eq(&self, other: &EncryptedRedactionArtifact) -> bool
fn eq(&self, other: &EncryptedRedactionArtifact) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for EncryptedRedactionArtifact
impl StructuralPartialEq for EncryptedRedactionArtifact
Auto Trait Implementations§
impl Freeze for EncryptedRedactionArtifact
impl RefUnwindSafe for EncryptedRedactionArtifact
impl Send for EncryptedRedactionArtifact
impl Sync for EncryptedRedactionArtifact
impl Unpin for EncryptedRedactionArtifact
impl UnsafeUnpin for EncryptedRedactionArtifact
impl UnwindSafe for EncryptedRedactionArtifact
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