Enum svgolib::optimizer::Optimization
source · pub enum Optimization {
RemoveComments(RemoveCommentsOptimization),
}
Variants§
RemoveComments(RemoveCommentsOptimization)
Remove all comments from the SVG document.
Trait Implementations§
source§impl Debug for Optimization
impl Debug for Optimization
source§impl Hash for Optimization
impl Hash for Optimization
source§impl PartialEq for Optimization
impl PartialEq for Optimization
source§fn eq(&self, other: &Optimization) -> bool
fn eq(&self, other: &Optimization) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for Optimization
impl StructuralPartialEq for Optimization
Auto Trait Implementations§
impl Freeze for Optimization
impl RefUnwindSafe for Optimization
impl Send for Optimization
impl Sync for Optimization
impl Unpin for Optimization
impl UnwindSafe for Optimization
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