pub struct EnvelopeEncodings {
pub dump: PartEncoding,
pub attachments: Vec<PartEncoding>,
}Expand description
Per-part encoding settings for an entire CrashEnvelope.
attachments[i] corresponds to envelope.attachments[i]. If the slice is
shorter than the attachment list the remaining attachments are written with
no Content-Encoding header.
Fields§
§dump: PartEncodingEncoding for the dump part.
attachments: Vec<PartEncoding>Encodings for each attach:<key> part, in the same order as
CrashEnvelope::attachments.
Implementations§
Trait Implementations§
Source§impl Clone for EnvelopeEncodings
impl Clone for EnvelopeEncodings
Source§fn clone(&self) -> EnvelopeEncodings
fn clone(&self) -> EnvelopeEncodings
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 EnvelopeEncodings
impl Debug for EnvelopeEncodings
Source§impl Default for EnvelopeEncodings
impl Default for EnvelopeEncodings
Source§fn default() -> EnvelopeEncodings
fn default() -> EnvelopeEncodings
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for EnvelopeEncodings
impl RefUnwindSafe for EnvelopeEncodings
impl Send for EnvelopeEncodings
impl Sync for EnvelopeEncodings
impl Unpin for EnvelopeEncodings
impl UnsafeUnpin for EnvelopeEncodings
impl UnwindSafe for EnvelopeEncodings
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
Source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T in a tonic::Request