pub struct ConfigGetInput<'a> {
pub cwd: &'a Path,
pub target: ConfigTarget,
pub explicit_path: Option<&'a Path>,
pub key: &'a str,
}Fields§
§cwd: &'a Path§target: ConfigTarget§explicit_path: Option<&'a Path>§key: &'a strTrait Implementations§
Source§impl<'a> Clone for ConfigGetInput<'a>
impl<'a> Clone for ConfigGetInput<'a>
Source§fn clone(&self) -> ConfigGetInput<'a>
fn clone(&self) -> ConfigGetInput<'a>
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<'a> Freeze for ConfigGetInput<'a>
impl<'a> RefUnwindSafe for ConfigGetInput<'a>
impl<'a> Send for ConfigGetInput<'a>
impl<'a> Sync for ConfigGetInput<'a>
impl<'a> Unpin for ConfigGetInput<'a>
impl<'a> UnsafeUnpin for ConfigGetInput<'a>
impl<'a> UnwindSafe for ConfigGetInput<'a>
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