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