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