pub struct CloneOptions {
pub url: String,
pub target_path: PathBuf,
pub branch: Option<String>,
}Fields§
§url: String§target_path: PathBuf§branch: Option<String>Auto Trait Implementations§
impl Freeze for CloneOptions
impl RefUnwindSafe for CloneOptions
impl Send for CloneOptions
impl Sync for CloneOptions
impl Unpin for CloneOptions
impl UnsafeUnpin for CloneOptions
impl UnwindSafe for CloneOptions
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