Struct boxcars::DebugInfo[][src]

pub struct DebugInfo<'a> {
    pub frame: i32,
    pub user: Cow<'a, str>,
    pub text: Cow<'a, str>,
}

Debugging info stored in the replay if debugging is enabled.

Fields

Trait Implementations

impl<'a> PartialEq for DebugInfo<'a>
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl<'a> Debug for DebugInfo<'a>
[src]

Formats the value using the given formatter. Read more

impl<'a> Clone for DebugInfo<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl<'a> Send for DebugInfo<'a>

impl<'a> Sync for DebugInfo<'a>