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