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