pub struct GrafeasV1FileLocation {
pub file_path: Option<String>,
}Expand description
Indicates the location at which a package was found.
This type is not used in any activity, and only used as part of another schema.
Fields§
§file_path: Option<String>For jars that are contained inside .war files, this filepath can indicate the path to war file combined with the path to jar file.
Trait Implementations§
source§impl Clone for GrafeasV1FileLocation
impl Clone for GrafeasV1FileLocation
source§fn clone(&self) -> GrafeasV1FileLocation
fn clone(&self) -> GrafeasV1FileLocation
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 Debug for GrafeasV1FileLocation
impl Debug for GrafeasV1FileLocation
source§impl Default for GrafeasV1FileLocation
impl Default for GrafeasV1FileLocation
source§fn default() -> GrafeasV1FileLocation
fn default() -> GrafeasV1FileLocation
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for GrafeasV1FileLocation
impl<'de> Deserialize<'de> for GrafeasV1FileLocation
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