pub struct AddressWatcher { /* private fields */ }Expand description
Address watcher for monitoring specific addresses.
Implementations§
Source§impl AddressWatcher
impl AddressWatcher
Auto Trait Implementations§
impl !Freeze for AddressWatcher
impl !RefUnwindSafe for AddressWatcher
impl Send for AddressWatcher
impl Sync for AddressWatcher
impl Unpin for AddressWatcher
impl !UnwindSafe for AddressWatcher
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