pub struct BuildBazelRemoteExecutionV2DirectoryNode {
pub digest: Option<BuildBazelRemoteExecutionV2Digest>,
pub name: Option<String>,
}Expand description
A DirectoryNode represents a child of a Directory which is itself a Directory and its associated metadata.
This type is not used in any activity, and only used as part of another schema.
Fields§
§digest: Option<BuildBazelRemoteExecutionV2Digest>The digest of the Directory object represented. See Digest for information about how to take the digest of a proto message.
name: Option<String>The name of the directory.
Trait Implementations§
source§impl Clone for BuildBazelRemoteExecutionV2DirectoryNode
impl Clone for BuildBazelRemoteExecutionV2DirectoryNode
source§fn clone(&self) -> BuildBazelRemoteExecutionV2DirectoryNode
fn clone(&self) -> BuildBazelRemoteExecutionV2DirectoryNode
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Default for BuildBazelRemoteExecutionV2DirectoryNode
impl Default for BuildBazelRemoteExecutionV2DirectoryNode
source§fn default() -> BuildBazelRemoteExecutionV2DirectoryNode
fn default() -> BuildBazelRemoteExecutionV2DirectoryNode
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for BuildBazelRemoteExecutionV2DirectoryNode
impl<'de> Deserialize<'de> for BuildBazelRemoteExecutionV2DirectoryNode
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more