pub struct ShadowYamlReport {
pub outcome: ShadowYamlOutcome,
pub shadow_reason: &'static str,
pub input_kind: YamlInputKind,
pub input_len_bytes: usize,
pub line_count: usize,
pub normalized_input: Option<String>,
}Fields§
§outcome: ShadowYamlOutcome§shadow_reason: &'static str§input_kind: YamlInputKind§input_len_bytes: usize§line_count: usize§normalized_input: Option<String>Trait Implementations§
Source§impl Clone for ShadowYamlReport
impl Clone for ShadowYamlReport
Source§fn clone(&self) -> ShadowYamlReport
fn clone(&self) -> ShadowYamlReport
Returns a duplicate of the value. Read more
1.0.0 · 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 ShadowYamlReport
impl Debug for ShadowYamlReport
Source§impl PartialEq for ShadowYamlReport
impl PartialEq for ShadowYamlReport
impl Eq for ShadowYamlReport
impl StructuralPartialEq for ShadowYamlReport
Auto Trait Implementations§
impl Freeze for ShadowYamlReport
impl RefUnwindSafe for ShadowYamlReport
impl Send for ShadowYamlReport
impl Sync for ShadowYamlReport
impl Unpin for ShadowYamlReport
impl UnsafeUnpin for ShadowYamlReport
impl UnwindSafe for ShadowYamlReport
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