Struct gitoxide_core::repository::index::entries::Options
source · pub struct Options {
pub format: OutputFormat,
pub attributes: Option<Attributes>,
pub statistics: bool,
pub simple: bool,
pub recurse_submodules: bool,
}Fields§
§format: OutputFormat§attributes: Option<Attributes>If true, also show attributes
statistics: bool§simple: bool§recurse_submodules: boolTrait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Options
impl Send for Options
impl Sync for Options
impl Unpin for Options
impl UnwindSafe for Options
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