Struct gapi_grpc::google::devtools::resultstore::v2::ActionCoverage[][src]

pub struct ActionCoverage {
    pub file_coverages: Vec<FileCoverage>,
}

Describes code coverage for a build or test Action. This is used to store baseline coverage for build Actions and test coverage for test Actions.

Fields

file_coverages: Vec<FileCoverage>

List of coverage info for all source files that the TestResult covers.

Trait Implementations

impl Clone for ActionCoverage[src]

impl Debug for ActionCoverage[src]

impl Default for ActionCoverage[src]

impl Message for ActionCoverage[src]

impl PartialEq<ActionCoverage> for ActionCoverage[src]

impl StructuralPartialEq for ActionCoverage[src]

Auto Trait Implementations

impl RefUnwindSafe for ActionCoverage

impl Send for ActionCoverage

impl Sync for ActionCoverage

impl Unpin for ActionCoverage

impl UnwindSafe for ActionCoverage

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> IntoRequest<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 
[src]

impl<T> WithSubscriber for T[src]