pub struct MonitoredItemMap<'a> { /* private fields */ }Expand description
A map of monitored items associated with a subscription, allowing lookup by client handle.
Implementations§
Source§impl<'a> MonitoredItemMap<'a>
impl<'a> MonitoredItemMap<'a>
Sourcepub fn get(&self, client_handle: u32) -> Option<&'a MonitoredItem>
pub fn get(&self, client_handle: u32) -> Option<&'a MonitoredItem>
Get a monitored item by its client handle.
Auto Trait Implementations§
impl<'a> Freeze for MonitoredItemMap<'a>
impl<'a> !RefUnwindSafe for MonitoredItemMap<'a>
impl<'a> Send for MonitoredItemMap<'a>
impl<'a> Sync for MonitoredItemMap<'a>
impl<'a> Unpin for MonitoredItemMap<'a>
impl<'a> UnsafeUnpin for MonitoredItemMap<'a>
impl<'a> !UnwindSafe for MonitoredItemMap<'a>
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