pub struct MinifyMode { /* private fields */ }Trait Implementations§
Source§impl Clone for MinifyMode
impl Clone for MinifyMode
Source§fn clone(&self) -> MinifyMode
fn clone(&self) -> MinifyMode
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 MinifyMode
impl Debug for MinifyMode
Source§impl PartialEq for MinifyMode
impl PartialEq for MinifyMode
impl Eq for MinifyMode
impl StructuralPartialEq for MinifyMode
Auto Trait Implementations§
impl Freeze for MinifyMode
impl RefUnwindSafe for MinifyMode
impl Send for MinifyMode
impl Sync for MinifyMode
impl Unpin for MinifyMode
impl UnwindSafe for MinifyMode
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