pub struct BackgroundServiceEventReceived {
pub background_service_event: BackgroundServiceEvent,
}Expand description
Called with all existing backgroundServiceEvents when enabled, and all new events afterwards if enabled and recording.
Fields§
§background_service_event: BackgroundServiceEventImplementations§
Trait Implementations§
Source§impl Clone for BackgroundServiceEventReceived
impl Clone for BackgroundServiceEventReceived
Source§fn clone(&self) -> BackgroundServiceEventReceived
fn clone(&self) -> BackgroundServiceEventReceived
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<'de> Deserialize<'de> for BackgroundServiceEventReceived
impl<'de> Deserialize<'de> for BackgroundServiceEventReceived
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for BackgroundServiceEventReceived
impl RefUnwindSafe for BackgroundServiceEventReceived
impl Send for BackgroundServiceEventReceived
impl Sync for BackgroundServiceEventReceived
impl Unpin for BackgroundServiceEventReceived
impl UnsafeUnpin for BackgroundServiceEventReceived
impl UnwindSafe for BackgroundServiceEventReceived
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