pub struct StripConfig {
pub target: Target,
pub keep_headers: bool,
pub strip_debug: bool,
pub verbose: bool,
}Expand description
Configuration for stripping.
Fields§
§target: Target§keep_headers: bool§strip_debug: bool§verbose: boolAuto Trait Implementations§
impl Freeze for StripConfig
impl RefUnwindSafe for StripConfig
impl Send for StripConfig
impl Sync for StripConfig
impl Unpin for StripConfig
impl UnsafeUnpin for StripConfig
impl UnwindSafe for StripConfig
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