pub struct IncludeBuilder { /* private fields */ }
Expand description
Builder for Include
.
Implementations§
Source§impl IncludeBuilder
impl IncludeBuilder
pub fn project_directory<VALUE: Into<Option<String>>>( &mut self, value: VALUE, ) -> &mut Self
pub fn path<VALUE: Into<Option<StringOrList>>>( &mut self, value: VALUE, ) -> &mut Self
pub fn env_file<VALUE: Into<Option<StringOrList>>>( &mut self, value: VALUE, ) -> &mut Self
Trait Implementations§
Source§impl Clone for IncludeBuilder
impl Clone for IncludeBuilder
Source§fn clone(&self) -> IncludeBuilder
fn clone(&self) -> IncludeBuilder
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for IncludeBuilder
impl RefUnwindSafe for IncludeBuilder
impl Send for IncludeBuilder
impl Sync for IncludeBuilder
impl Unpin for IncludeBuilder
impl UnwindSafe for IncludeBuilder
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more