pub struct ManyUntil<'a, S: 'a, T: 'a> { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl<'a, S, T> Freeze for ManyUntil<'a, S, T>
impl<'a, S, T> !RefUnwindSafe for ManyUntil<'a, S, T>
impl<'a, S, T> !Send for ManyUntil<'a, S, T>
impl<'a, S, T> !Sync for ManyUntil<'a, S, T>
impl<'a, S, T> Unpin for ManyUntil<'a, S, T>
impl<'a, S, T> !UnwindSafe for ManyUntil<'a, S, T>
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