pub struct SimpleRepo {
pub url: String,
pub branch: Option<String>,
pub destination: String,
}
Fields§
§url: String
§branch: Option<String>
§destination: String
Trait Implementations§
Source§impl GitOperations for SimpleRepo
impl GitOperations for SimpleRepo
Auto Trait Implementations§
impl Freeze for SimpleRepo
impl RefUnwindSafe for SimpleRepo
impl Send for SimpleRepo
impl Sync for SimpleRepo
impl Unpin for SimpleRepo
impl UnwindSafe for SimpleRepo
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