pub struct FetchFilters<'c, 'f> { /* private fields */ }Implementations§
Source§impl<'c, 'f> FetchFilters<'c, 'f>
impl<'c, 'f> FetchFilters<'c, 'f>
pub fn register<T: FetchProcessor>(&mut self) -> bool
pub fn unregister<T: FetchProcessor>(&mut self) -> bool
pub fn unregister_all(&mut self)
Trait Implementations§
Auto Trait Implementations§
impl<'c, 'f> Freeze for FetchFilters<'c, 'f>
impl<'c, 'f> RefUnwindSafe for FetchFilters<'c, 'f>
impl<'c, 'f> !Send for FetchFilters<'c, 'f>
impl<'c, 'f> !Sync for FetchFilters<'c, 'f>
impl<'c, 'f> Unpin for FetchFilters<'c, 'f>
impl<'c, 'f> !UnwindSafe for FetchFilters<'c, 'f>
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