pub struct CovUpdate {
pub address: DataLinkAddress,
pub object_id: ObjectId,
pub values: Vec<CovPropertyValue>,
pub source: UpdateSource,
}Expand description
A single update emitted by CovManager.
Fields§
§address: DataLinkAddress§object_id: ObjectId§values: Vec<CovPropertyValue>§source: UpdateSourceTrait Implementations§
Auto Trait Implementations§
impl Freeze for CovUpdate
impl RefUnwindSafe for CovUpdate
impl Send for CovUpdate
impl Sync for CovUpdate
impl Unpin for CovUpdate
impl UnsafeUnpin for CovUpdate
impl UnwindSafe for CovUpdate
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