pub struct HubAlert {
pub alert_type: AlertType,
pub operation: AlertOperation,
pub payload: AlertPayload,
}Fields§
§alert_type: AlertType§operation: AlertOperation§payload: AlertPayloadImplementations§
Trait Implementations§
impl Copy for HubAlert
impl Eq for HubAlert
impl StructuralPartialEq for HubAlert
Auto Trait Implementations§
impl Freeze for HubAlert
impl RefUnwindSafe for HubAlert
impl Send for HubAlert
impl Sync for HubAlert
impl Unpin for HubAlert
impl UnsafeUnpin for HubAlert
impl UnwindSafe for HubAlert
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