pub struct MinifyOption {
pub remove_skip: bool,
pub add_rustfmt_skip: bool,
}Fields§
§remove_skip: bool§add_rustfmt_skip: boolTrait Implementations§
Source§impl Clone for MinifyOption
impl Clone for MinifyOption
Source§fn clone(&self) -> MinifyOption
fn clone(&self) -> MinifyOption
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for MinifyOption
impl Debug for MinifyOption
Source§impl Default for MinifyOption
impl Default for MinifyOption
Source§fn default() -> MinifyOption
fn default() -> MinifyOption
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for MinifyOption
impl RefUnwindSafe for MinifyOption
impl Send for MinifyOption
impl Sync for MinifyOption
impl Unpin for MinifyOption
impl UnwindSafe for MinifyOption
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