pub struct TransformConfig {
pub rewrite_enabled: bool,
pub lower_attributes_enabled: bool,
pub finalize_ast: FinalizeAstConfig,
pub flatten_groups: FlattenGroupsConfig,
pub max_iterations: usize,
}Fields§
§rewrite_enabled: bool§lower_attributes_enabled: bool§finalize_ast: FinalizeAstConfig§flatten_groups: FlattenGroupsConfig§max_iterations: usizeTrait Implementations§
Source§impl Clone for TransformConfig
impl Clone for TransformConfig
Source§fn clone(&self) -> TransformConfig
fn clone(&self) -> TransformConfig
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 TransformConfig
Source§impl Debug for TransformConfig
impl Debug for TransformConfig
impl Eq for TransformConfig
Source§impl PartialEq for TransformConfig
impl PartialEq for TransformConfig
Source§fn eq(&self, other: &TransformConfig) -> bool
fn eq(&self, other: &TransformConfig) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for TransformConfig
Auto Trait Implementations§
impl Freeze for TransformConfig
impl RefUnwindSafe for TransformConfig
impl Send for TransformConfig
impl Sync for TransformConfig
impl Unpin for TransformConfig
impl UnsafeUnpin for TransformConfig
impl UnwindSafe for TransformConfig
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.