pub struct ContinuousResolver { /* private fields */ }Expand description
Continuous resolver that keeps discovering streams in the background.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ContinuousResolver
impl !RefUnwindSafe for ContinuousResolver
impl Send for ContinuousResolver
impl Sync for ContinuousResolver
impl Unpin for ContinuousResolver
impl UnsafeUnpin for ContinuousResolver
impl !UnwindSafe for ContinuousResolver
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