pub struct BuildBazelRemoteExecutionV2FileNode {
pub digest: Option<BuildBazelRemoteExecutionV2Digest>,
pub is_executable: Option<bool>,
pub name: Option<String>,
pub node_properties: Option<BuildBazelRemoteExecutionV2NodeProperties>,
}Expand description
A FileNode represents a single file and 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 file’s content.
is_executable: Option<bool>True if file is executable, false otherwise.
name: Option<String>The name of the file.
node_properties: Option<BuildBazelRemoteExecutionV2NodeProperties>no description provided
Trait Implementations§
source§impl Clone for BuildBazelRemoteExecutionV2FileNode
impl Clone for BuildBazelRemoteExecutionV2FileNode
source§fn clone(&self) -> BuildBazelRemoteExecutionV2FileNode
fn clone(&self) -> BuildBazelRemoteExecutionV2FileNode
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 BuildBazelRemoteExecutionV2FileNode
impl Default for BuildBazelRemoteExecutionV2FileNode
source§fn default() -> BuildBazelRemoteExecutionV2FileNode
fn default() -> BuildBazelRemoteExecutionV2FileNode
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for BuildBazelRemoteExecutionV2FileNode
impl<'de> Deserialize<'de> for BuildBazelRemoteExecutionV2FileNode
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