pub struct HubNotification {
pub hub_property: Option<HubProperty>,
pub hub_action: Option<HubActionRequest>,
pub hub_alert: Option<HubAlert>,
pub hub_error: Option<ErrorMessageFormat>,
}Fields§
§hub_property: Option<HubProperty>§hub_action: Option<HubActionRequest>§hub_alert: Option<HubAlert>§hub_error: Option<ErrorMessageFormat>Trait Implementations§
Source§impl Clone for HubNotification
impl Clone for HubNotification
Source§fn clone(&self) -> HubNotification
fn clone(&self) -> HubNotification
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 HubNotification
impl Debug for HubNotification
Source§impl Default for HubNotification
impl Default for HubNotification
Source§fn default() -> HubNotification
fn default() -> HubNotification
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for HubNotification
impl RefUnwindSafe for HubNotification
impl Send for HubNotification
impl Sync for HubNotification
impl Unpin for HubNotification
impl UnsafeUnpin for HubNotification
impl UnwindSafe for HubNotification
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