pub struct FilterBuf { /* private fields */ }
Expand description
An owned ('static
) variant of Filter
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FilterBuf
impl RefUnwindSafe for FilterBuf
impl Send for FilterBuf
impl Sync for FilterBuf
impl Unpin for FilterBuf
impl UnwindSafe for FilterBuf
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