pub struct SubcopyConfigOption {
pub url: Option<String>,
pub rev: Option<String>,
pub upstream_path: Option<PathBuf>,
pub local_path: PathBuf,
}
Fields§
§url: Option<String>
§rev: Option<String>
§upstream_path: Option<PathBuf>
§local_path: PathBuf
Trait Implementations§
Source§impl Debug for SubcopyConfigOption
impl Debug for SubcopyConfigOption
Source§impl Default for SubcopyConfigOption
impl Default for SubcopyConfigOption
Source§fn default() -> SubcopyConfigOption
fn default() -> SubcopyConfigOption
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SubcopyConfigOption
impl RefUnwindSafe for SubcopyConfigOption
impl Send for SubcopyConfigOption
impl Sync for SubcopyConfigOption
impl Unpin for SubcopyConfigOption
impl UnwindSafe for SubcopyConfigOption
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