pub struct Config {
pub repo_url: String,
pub clone_path: String,
pub compose_file: String,
pub mount_path: String,
pub name: String,
pub socket_path: String,
}
Fields§
§repo_url: String
§clone_path: String
§compose_file: String
§mount_path: String
§name: String
§socket_path: String
Implementations§
Trait 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