Struct dockerbackup::Config
source · pub struct Config {
pub dest_path: String,
pub new_dir: String,
pub volume_path: String,
pub excluded_directories: Vec<String>,
pub gotify_url: Option<String>,
pub discord_url: Option<String>,
}Fields§
§dest_path: String§new_dir: String§volume_path: String§excluded_directories: Vec<String>§gotify_url: Option<String>§discord_url: Option<String>Implementations§
Auto Trait Implementations§
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