pub struct Repetition<M, R> { /* private fields */ }
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<M, R> Freeze for Repetition<M, R>
impl<M, R> RefUnwindSafe for Repetition<M, R>where
R: RefUnwindSafe,
M: RefUnwindSafe,
impl<M, R> Send for Repetition<M, R>
impl<M, R> Sync for Repetition<M, R>
impl<M, R> Unpin for Repetition<M, R>
impl<M, R> UnwindSafe for Repetition<M, R>where
R: UnwindSafe,
M: 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