pub struct WatchBuilder { /* private fields */ }Implementations§
Source§impl WatchBuilder
impl WatchBuilder
pub fn provider(self, name: &str) -> Self
pub fn all_providers(self) -> Self
pub fn start(self) -> Result<LiveStream>
Auto Trait Implementations§
impl Freeze for WatchBuilder
impl RefUnwindSafe for WatchBuilder
impl Send for WatchBuilder
impl Sync for WatchBuilder
impl Unpin for WatchBuilder
impl UnwindSafe for WatchBuilder
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