pub enum IncludedAddresses {
All,
OnlyAssigned,
}
Expand description
The kind of addresses included from the watcher.
Variants§
All
All addresses are returned from the watcher.
OnlyAssigned
Only assigned addresses are returned rom the watcher.
Auto Trait Implementations§
impl Freeze for IncludedAddresses
impl RefUnwindSafe for IncludedAddresses
impl Send for IncludedAddresses
impl Sync for IncludedAddresses
impl Unpin for IncludedAddresses
impl UnwindSafe for IncludedAddresses
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