Struct libcnb_data::launch::Slice
source · Fields§
§path_globs: Vec<String>Path globs for this slice.
These globs need to follow the pattern syntax defined in the Go standard library and only match files/directories inside the application directory.
Trait Implementations§
source§impl<'de> Deserialize<'de> for Slice
impl<'de> Deserialize<'de> for Slice
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