Struct swc_common::pass::Repeat
source · [−]pub struct Repeat<V>where
V: Repeated,{
pub pass: V,
}
Expand description
Fields
pass: V
Implementations
Trait Implementations
sourceimpl<V> CompilerPass for Repeat<V>where
V: CompilerPass + Repeated,
impl<V> CompilerPass for Repeat<V>where
V: CompilerPass + Repeated,
sourceimpl<V> PartialEq<Repeat<V>> for Repeat<V>where
V: PartialEq<V> + Repeated,
impl<V> PartialEq<Repeat<V>> for Repeat<V>where
V: PartialEq<V> + Repeated,
impl<V> Copy for Repeat<V>where
V: Copy + Repeated,
impl<V> Eq for Repeat<V>where
V: Eq + Repeated,
impl<V> StructuralEq for Repeat<V>where
V: Repeated,
impl<V> StructuralPartialEq for Repeat<V>where
V: Repeated,
Auto Trait Implementations
impl<V> RefUnwindSafe for Repeat<V>where
V: RefUnwindSafe,
impl<V> Send for Repeat<V>where
V: Send,
impl<V> Sync for Repeat<V>where
V: Sync,
impl<V> Unpin for Repeat<V>where
V: Unpin,
impl<V> UnwindSafe for Repeat<V>where
V: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more