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

pub struct InputFileInfo {
    pub count: i64,
    pub distinct_count: i64,
    pub count_limit: i64,
    pub distinct_bytes: i64,
    pub distinct_byte_limit: i64,
}

File count and size information for the input files to a configured target.

Fields

count: i64

The number of input files (counting every file, even if a duplicate).

distinct_count: i64

The number of distinct input files.

count_limit: i64

The max number of input files allowed by the build system (counting every file, even if a duplicate).

distinct_bytes: i64

The total size of the distinct input files.

distinct_byte_limit: i64

The max allowed total size of the distinct input files.

Trait Implementations

impl Clone for InputFileInfo[src]

impl Debug for InputFileInfo[src]

impl Default for InputFileInfo[src]

impl Message for InputFileInfo[src]

impl PartialEq<InputFileInfo> for InputFileInfo[src]

impl StructuralPartialEq for InputFileInfo[src]

Auto Trait Implementations

impl RefUnwindSafe for InputFileInfo

impl Send for InputFileInfo

impl Sync for InputFileInfo

impl Unpin for InputFileInfo

impl UnwindSafe for InputFileInfo

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]