pub struct AddOptions {
pub destination: PathBuf,
pub checkout: AddCheckout,
pub remote_name: RemoteName,
}Fields§
§destination: PathBuf§checkout: AddCheckout§remote_name: RemoteNameAuto Trait Implementations§
impl Freeze for AddOptions
impl RefUnwindSafe for AddOptions
impl Send for AddOptions
impl Sync for AddOptions
impl Unpin for AddOptions
impl UnsafeUnpin for AddOptions
impl UnwindSafe for AddOptions
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