pub struct PackInclude {
pub tests: bool,
pub docs: bool,
}Expand description
Flags controlling which categories of files are included in the pack.
Fields§
§tests: boolWhen true, test files (e.g. *_test.rs, tests/ directory) are
included.
docs: boolWhen true, documentation files (.md) are included.
Auto Trait Implementations§
impl Freeze for PackInclude
impl RefUnwindSafe for PackInclude
impl Send for PackInclude
impl Sync for PackInclude
impl Unpin for PackInclude
impl UnsafeUnpin for PackInclude
impl UnwindSafe for PackInclude
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