Struct dagger_sdk::HostWorkdirOpts
source · pub struct HostWorkdirOpts<'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 HostWorkdirOpts<'a>
impl<'a> Debug for HostWorkdirOpts<'a>
source§impl<'a> PartialEq<HostWorkdirOpts<'a>> for HostWorkdirOpts<'a>
impl<'a> PartialEq<HostWorkdirOpts<'a>> for HostWorkdirOpts<'a>
source§fn eq(&self, other: &HostWorkdirOpts<'a>) -> bool
fn eq(&self, other: &HostWorkdirOpts<'a>) -> bool
This method tests for
self and other values to be equal, and is used
by ==.