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

pub struct DirectoryMetadata {
    pub path: String,
    pub digest: Option<Digest>,
}

The metadata for a directory. Similar to the equivalent message in the Remote Execution API.

Fields

path: String

The path of the directory, as in [FileMetadata.path][google.devtools.remoteworkers.v1test2.FileMetadata.path].

digest: Option<Digest>

A pointer to the contents of the directory, in the form of a marshalled Directory message.

Trait Implementations

impl Clone for DirectoryMetadata[src]

impl Debug for DirectoryMetadata[src]

impl Default for DirectoryMetadata[src]

impl Message for DirectoryMetadata[src]

impl PartialEq<DirectoryMetadata> for DirectoryMetadata[src]

impl StructuralPartialEq for DirectoryMetadata[src]

Auto Trait Implementations

impl RefUnwindSafe for DirectoryMetadata

impl Send for DirectoryMetadata

impl Sync for DirectoryMetadata

impl Unpin for DirectoryMetadata

impl UnwindSafe for DirectoryMetadata

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]