pub struct GitSource {
pub repo: String,
pub branch: Option<String>,
pub rev: Option<String>,
pub tag: Option<String>,
}
Fields§
§repo: String
§branch: Option<String>
§rev: Option<String>
§tag: Option<String>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GitSource
impl RefUnwindSafe for GitSource
impl Send for GitSource
impl Sync for GitSource
impl Unpin for GitSource
impl UnwindSafe for GitSource
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