Struct swc_visit::Repeat[][src]

pub struct Repeat<V> where
    V: Repeated
{ pub pass: V, }

Fields

pass: V

Implementations

impl<V> Repeat<V> where
    V: Repeated
[src]

pub fn new(pass: V) -> Self[src]

Trait Implementations

impl<V: Clone> Clone for Repeat<V> where
    V: Repeated
[src]

impl<V: Copy> Copy for Repeat<V> where
    V: Repeated
[src]

impl<V: Debug> Debug for Repeat<V> where
    V: Repeated
[src]

impl<V: Default> Default for Repeat<V> where
    V: Repeated
[src]

impl<V: Eq> Eq for Repeat<V> where
    V: Repeated
[src]

impl<V: PartialEq> PartialEq<Repeat<V>> for Repeat<V> where
    V: Repeated
[src]

impl<V> Repeated for Repeat<V> where
    V: Repeated
[src]

impl<V> StructuralEq for Repeat<V> where
    V: Repeated
[src]

impl<V> StructuralPartialEq for Repeat<V> where
    V: Repeated
[src]

Auto Trait Implementations

impl<V> RefUnwindSafe for Repeat<V> where
    V: RefUnwindSafe
[src]

impl<V> Send for Repeat<V> where
    V: Send
[src]

impl<V> Sync for Repeat<V> where
    V: Sync
[src]

impl<V> Unpin for Repeat<V> where
    V: Unpin
[src]

impl<V> UnwindSafe for Repeat<V> where
    V: UnwindSafe
[src]

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.