Struct dagger_sdk::HostDirectoryOpts
source · pub struct HostDirectoryOpts<'a> {
pub exclude: Option<Vec<&'a str>>,
pub include: Option<Vec<&'a str>>,
}
Fields§
§exclude: Option<Vec<&'a str>>
§include: Option<Vec<&'a str>>
Trait Implementations§
source§impl<'a> Debug for HostDirectoryOpts<'a>
impl<'a> Debug for HostDirectoryOpts<'a>
source§impl<'a> PartialEq<HostDirectoryOpts<'a>> for HostDirectoryOpts<'a>
impl<'a> PartialEq<HostDirectoryOpts<'a>> for HostDirectoryOpts<'a>
source§fn eq(&self, other: &HostDirectoryOpts<'a>) -> bool
fn eq(&self, other: &HostDirectoryOpts<'a>) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.