pub enum GitExport {
Default,
All,
}Expand description
Git export mode
Variants§
Default
Export only files in the .orig.tar archive that are not ignored by the upstream.
All
Export all files in the .orig.tar archive, ignoring any export-ignore git attributes defined by the upstream.
Trait Implementations§
impl Copy for GitExport
impl Eq for GitExport
impl StructuralPartialEq for GitExport
Auto Trait Implementations§
impl Freeze for GitExport
impl RefUnwindSafe for GitExport
impl Send for GitExport
impl Sync for GitExport
impl Unpin for GitExport
impl UnwindSafe for GitExport
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