pub struct PackOptions {
pub no_file_summary: bool,
pub no_files: bool,
pub remove_comments: bool,
pub remove_empty_lines: bool,
pub truncate_base64: bool,
pub include: Option<Vec<String>>,
pub ignore: Option<Vec<String>>,
}Fields§
§no_file_summary: bool§no_files: bool§remove_comments: bool§remove_empty_lines: bool§truncate_base64: bool§include: Option<Vec<String>>§ignore: Option<Vec<String>>Auto Trait Implementations§
impl Freeze for PackOptions
impl RefUnwindSafe for PackOptions
impl Send for PackOptions
impl Sync for PackOptions
impl Unpin for PackOptions
impl UnsafeUnpin for PackOptions
impl UnwindSafe for PackOptions
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