pub struct Repeat<V>where
V: Repeated,{
pub pass: V,
}
Expand description
Fields§
§pass: V
Implementations§
Trait Implementations§
source§impl<V> PartialEq for Repeat<V>where
V: Repeated + PartialEq,
impl<V> PartialEq for Repeat<V>where V: Repeated + PartialEq,
impl<V> Copy for Repeat<V>where V: Repeated + Copy,
impl<V> Eq for Repeat<V>where V: Repeated + Eq,
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§
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