Struct ia_sandbox::run_info::RunInfo[][src]

pub struct RunInfo<T> { /* fields omitted */ }

Methods

impl<T> RunInfo<T>
[src]

Trait Implementations

impl<T: Copy> Copy for RunInfo<T>
[src]

impl<T: Clone> Clone for RunInfo<T>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<T: Debug> Debug for RunInfo<T>
[src]

Formats the value using the given formatter. Read more

impl<T: Eq> Eq for RunInfo<T>
[src]

impl<T: PartialEq> PartialEq for RunInfo<T>
[src]

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

This method tests for !=.

impl<T> Display for RunInfo<T>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<T> Send for RunInfo<T> where
    T: Send

impl<T> Sync for RunInfo<T> where
    T: Sync