struct GitParams {
ref: Option<String>,
rev: Option<String>,
keytype: Option<String>,
public_key: Option<String>,
public_keys: Option<Vec<String>>,
submodules: bool,
shallow: bool,
export_ignore: bool,
all_refs: bool,
verify_commit: bool,
}
Fields§
§ref: Option<String>
§rev: Option<String>
§keytype: Option<String>
§public_key: Option<String>
§public_keys: Option<Vec<String>>
§submodules: bool
§shallow: bool
§export_ignore: bool
§all_refs: bool
§verify_commit: bool
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GitParams
impl RefUnwindSafe for GitParams
impl Send for GitParams
impl Sync for GitParams
impl Unpin for GitParams
impl UnwindSafe for GitParams
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