pub struct EventProperties {
pub topics: Vec<String>,
}Expand description
Available event topics advertised by the device.
Fields§
§topics: Vec<String>Flattened list of all topic paths (e.g. VideoSource/MotionAlarm).
Trait Implementations§
Source§impl Clone for EventProperties
impl Clone for EventProperties
Source§fn clone(&self) -> EventProperties
fn clone(&self) -> EventProperties
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 moreSource§impl Debug for EventProperties
impl Debug for EventProperties
Source§impl Default for EventProperties
impl Default for EventProperties
Source§fn default() -> EventProperties
fn default() -> EventProperties
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for EventProperties
impl RefUnwindSafe for EventProperties
impl Send for EventProperties
impl Sync for EventProperties
impl Unpin for EventProperties
impl UnsafeUnpin for EventProperties
impl UnwindSafe for EventProperties
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