pub struct EncryptedInspectArchive {
pub file: NamedTempFile,
pub bytes: u64,
}Expand description
Encrypted response staged in private temporary storage.
Fields§
§file: NamedTempFile§bytes: u64Auto Trait Implementations§
impl Freeze for EncryptedInspectArchive
impl RefUnwindSafe for EncryptedInspectArchive
impl Send for EncryptedInspectArchive
impl Sync for EncryptedInspectArchive
impl Unpin for EncryptedInspectArchive
impl UnsafeUnpin for EncryptedInspectArchive
impl UnwindSafe for EncryptedInspectArchive
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