Struct gapi_grpc::google::devtools::remoteworkers::v1test2::CommandOverhead[][src]

pub struct CommandOverhead {
    pub duration: Option<Duration>,
    pub overhead: Option<Duration>,
}

DEPRECATED - use CommandResult instead. Can be used as part of CompleteRequest.metadata, or are part of a more sophisticated message.

Fields

duration: Option<Duration>

The elapsed time between calling Accept and Complete. The server will also have its own idea of what this should be, but this excludes the overhead of the RPCs and the bot response time.

overhead: Option<Duration>

The amount of time not spent executing the command (ie uploading/downloading files).

Trait Implementations

impl Clone for CommandOverhead[src]

impl Debug for CommandOverhead[src]

impl Default for CommandOverhead[src]

impl Message for CommandOverhead[src]

impl PartialEq<CommandOverhead> for CommandOverhead[src]

impl StructuralPartialEq for CommandOverhead[src]

Auto Trait Implementations

impl RefUnwindSafe for CommandOverhead

impl Send for CommandOverhead

impl Sync for CommandOverhead

impl Unpin for CommandOverhead

impl UnwindSafe for CommandOverhead

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]