Struct workerlib::git_config::Config
source · pub struct Config(pub PathBuf);
Expand description
Ensure that the global git configuration is initialized and has the correct contents. Each time Lorry starts up this file will be setup with required values but additional options can be added as desired.
Tuple Fields§
§0: PathBuf
Implementations§
Auto Trait Implementations§
impl Freeze for Config
impl RefUnwindSafe for Config
impl Send for Config
impl Sync for Config
impl Unpin for Config
impl UnwindSafe for Config
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