pub struct ValidationNotes {
pub repeated_presentation_mask: u16,
pub ignored_continuation_metadata: bool,
pub ignored_channel_group_resend: bool,
}Expand description
Non-fatal observations recorded during validation.
Fields§
§repeated_presentation_mask: u16Presentation options that were duplicated (first occurrence kept).
ignored_continuation_metadata: boolA continuation fragment carried message-level metadata options, which were ignored.
ignored_channel_group_resend: boolA Channel Group Resend flag appeared on a non-request message and was ignored.
Trait Implementations§
Source§impl Clone for ValidationNotes
impl Clone for ValidationNotes
Source§fn clone(&self) -> ValidationNotes
fn clone(&self) -> ValidationNotes
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ValidationNotes
impl Debug for ValidationNotes
Source§impl Default for ValidationNotes
impl Default for ValidationNotes
Source§fn default() -> ValidationNotes
fn default() -> ValidationNotes
Returns the “default value” for a type. Read more
Source§impl PartialEq for ValidationNotes
impl PartialEq for ValidationNotes
impl Copy for ValidationNotes
impl Eq for ValidationNotes
impl StructuralPartialEq for ValidationNotes
Auto Trait Implementations§
impl Freeze for ValidationNotes
impl RefUnwindSafe for ValidationNotes
impl Send for ValidationNotes
impl Sync for ValidationNotes
impl Unpin for ValidationNotes
impl UnwindSafe for ValidationNotes
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)