pub struct ChangesHandle { /* private fields */ }Expand description
Handle for a live changes stream. Dropping or cancelling stops the stream.
Implementations§
Source§impl ChangesHandle
impl ChangesHandle
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ChangesHandle
impl RefUnwindSafe for ChangesHandle
impl Send for ChangesHandle
impl Sync for ChangesHandle
impl Unpin for ChangesHandle
impl UnwindSafe for ChangesHandle
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