pub struct Repeat<const N: usize, T>(/* private fields */);
Expand description
Repeat another filter
Trait Implementations§
source§impl<const N: usize, T: Filter> Filter for Repeat<N, T>
impl<const N: usize, T: Filter> Filter for Repeat<N, T>
impl<const N: usize, T: Copy> Copy for Repeat<N, T>
Auto Trait Implementations§
impl<const N: usize, T> Freeze for Repeat<N, T>where
T: Freeze,
impl<const N: usize, T> RefUnwindSafe for Repeat<N, T>where
T: RefUnwindSafe,
impl<const N: usize, T> Send for Repeat<N, T>where
T: Send,
impl<const N: usize, T> Sync for Repeat<N, T>where
T: Sync,
impl<const N: usize, T> Unpin for Repeat<N, T>where
T: Unpin,
impl<const N: usize, T> UnwindSafe for Repeat<N, T>where
T: 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)