pub struct WatchOptions {
pub included_addresses: IncludedAddresses,
pub port_identity_koid_filter: Option<PortIdentityKoid>,
}Expand description
The options given to event_stream_from_state for interface state
observation.
Fields§
§included_addresses: IncludedAddressesThe addresses returned from the watcher.
port_identity_koid_filter: Option<PortIdentityKoid>The port identity to filter on, if any.
Trait Implementations§
Source§impl Default for WatchOptions
impl Default for WatchOptions
Source§fn default() -> WatchOptions
fn default() -> WatchOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for WatchOptions
impl RefUnwindSafe for WatchOptions
impl Send for WatchOptions
impl Sync for WatchOptions
impl Unpin for WatchOptions
impl UnwindSafe for WatchOptions
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