pub struct MonitoredItemUpdateRef { /* private fields */ }Expand description
Reference to a monitored item with information from an update operation.
Implementations§
Source§impl MonitoredItemUpdateRef
impl MonitoredItemUpdateRef
Sourcepub fn handle(&self) -> MonitoredItemHandle
pub fn handle(&self) -> MonitoredItemHandle
Monitored item handle, uniquely identifies a monitored item.
Sourcepub fn attribute(&self) -> AttributeId
pub fn attribute(&self) -> AttributeId
Attribute ID of the monitored item.
Sourcepub fn update(&self) -> &MonitoredItemModifyResult
pub fn update(&self) -> &MonitoredItemModifyResult
Result of the monitored item update.
Sourcepub fn status_code(&self) -> StatusCode
pub fn status_code(&self) -> StatusCode
Status code of the update.
Trait Implementations§
Source§impl Clone for MonitoredItemUpdateRef
impl Clone for MonitoredItemUpdateRef
Source§fn clone(&self) -> MonitoredItemUpdateRef
fn clone(&self) -> MonitoredItemUpdateRef
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for MonitoredItemUpdateRef
impl !RefUnwindSafe for MonitoredItemUpdateRef
impl Send for MonitoredItemUpdateRef
impl Sync for MonitoredItemUpdateRef
impl Unpin for MonitoredItemUpdateRef
impl UnsafeUnpin for MonitoredItemUpdateRef
impl !UnwindSafe for MonitoredItemUpdateRef
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