pub struct DomainRebootEvent {
pub domain: Domain,
}
Fields§
§domain: Domain
Trait Implementations§
Source§impl Debug for DomainRebootEvent
impl Debug for DomainRebootEvent
Source§impl DomainEvent for DomainRebootEvent
impl DomainEvent for DomainRebootEvent
Source§impl From<remote_domain_event_callback_reboot_msg> for DomainRebootEvent
impl From<remote_domain_event_callback_reboot_msg> for DomainRebootEvent
Source§fn from(ev: remote_domain_event_callback_reboot_msg) -> Self
fn from(ev: remote_domain_event_callback_reboot_msg) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for DomainRebootEvent
impl RefUnwindSafe for DomainRebootEvent
impl Send for DomainRebootEvent
impl Sync for DomainRebootEvent
impl Unpin for DomainRebootEvent
impl UnwindSafe for DomainRebootEvent
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