pub struct GitRefTreeOpts {
pub depth: Option<isize>,
pub discard_git_dir: Option<bool>,
}
Fields§
§depth: Option<isize>
The depth of the tree to fetch.
discard_git_dir: Option<bool>
Set to true to discard .git directory.
Trait Implementations§
Source§impl Debug for GitRefTreeOpts
impl Debug for GitRefTreeOpts
Source§impl PartialEq for GitRefTreeOpts
impl PartialEq for GitRefTreeOpts
impl StructuralPartialEq for GitRefTreeOpts
Auto Trait Implementations§
impl Freeze for GitRefTreeOpts
impl RefUnwindSafe for GitRefTreeOpts
impl Send for GitRefTreeOpts
impl Sync for GitRefTreeOpts
impl Unpin for GitRefTreeOpts
impl UnwindSafe for GitRefTreeOpts
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