pub struct EnvelopeNegativeGuardReport {
pub old_wrong_path: &'static str,
pub rejected: bool,
}Expand description
Negative-guard report for old-wrong envelope interpretations.
Fields§
§old_wrong_path: &'static str§rejected: boolTrait Implementations§
Source§impl Clone for EnvelopeNegativeGuardReport
impl Clone for EnvelopeNegativeGuardReport
Source§fn clone(&self) -> EnvelopeNegativeGuardReport
fn clone(&self) -> EnvelopeNegativeGuardReport
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 Copy for EnvelopeNegativeGuardReport
Source§impl Debug for EnvelopeNegativeGuardReport
impl Debug for EnvelopeNegativeGuardReport
impl Eq for EnvelopeNegativeGuardReport
Source§impl PartialEq for EnvelopeNegativeGuardReport
impl PartialEq for EnvelopeNegativeGuardReport
Source§fn eq(&self, other: &EnvelopeNegativeGuardReport) -> bool
fn eq(&self, other: &EnvelopeNegativeGuardReport) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for EnvelopeNegativeGuardReport
Auto Trait Implementations§
impl Freeze for EnvelopeNegativeGuardReport
impl RefUnwindSafe for EnvelopeNegativeGuardReport
impl Send for EnvelopeNegativeGuardReport
impl Sync for EnvelopeNegativeGuardReport
impl Unpin for EnvelopeNegativeGuardReport
impl UnsafeUnpin for EnvelopeNegativeGuardReport
impl UnwindSafe for EnvelopeNegativeGuardReport
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