pub enum ProviderPackTransformation {
RemoveMetadata,
InlineStyles,
RemoveUnusedIdentifiers,
NamespaceIdentifiers,
ScaleViewBoxToIntegers,
NormalizeXml,
}Expand description
Auditable, visual-preservation-only transformations applied during import.
Variants§
RemoveMetadata
InlineStyles
RemoveUnusedIdentifiers
NamespaceIdentifiers
ScaleViewBoxToIntegers
NormalizeXml
Trait Implementations§
Source§impl Clone for ProviderPackTransformation
impl Clone for ProviderPackTransformation
Source§fn clone(&self) -> ProviderPackTransformation
fn clone(&self) -> ProviderPackTransformation
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ProviderPackTransformation
Source§impl Debug for ProviderPackTransformation
impl Debug for ProviderPackTransformation
Source§impl<'de> Deserialize<'de> for ProviderPackTransformation
impl<'de> Deserialize<'de> for ProviderPackTransformation
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for ProviderPackTransformation
impl StructuralPartialEq for ProviderPackTransformation
Auto Trait Implementations§
impl Freeze for ProviderPackTransformation
impl RefUnwindSafe for ProviderPackTransformation
impl Send for ProviderPackTransformation
impl Sync for ProviderPackTransformation
impl Unpin for ProviderPackTransformation
impl UnsafeUnpin for ProviderPackTransformation
impl UnwindSafe for ProviderPackTransformation
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