pub enum BackgroundTaskType {
EndpointPeriodReplay,
EndpointPeriodRecover,
ApplicationPeriodStats,
MessagePeriodBroadcast,
SdkPeriodGenerate,
EventTypePeriodAggregate,
}
Expand description
Variants§
EndpointPeriodReplay
EndpointPeriodRecover
ApplicationPeriodStats
MessagePeriodBroadcast
SdkPeriodGenerate
EventTypePeriodAggregate
Trait Implementations§
Source§impl Clone for BackgroundTaskType
impl Clone for BackgroundTaskType
Source§fn clone(&self) -> BackgroundTaskType
fn clone(&self) -> BackgroundTaskType
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 Debug for BackgroundTaskType
impl Debug for BackgroundTaskType
Source§impl Default for BackgroundTaskType
impl Default for BackgroundTaskType
Source§fn default() -> BackgroundTaskType
fn default() -> BackgroundTaskType
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for BackgroundTaskType
impl<'de> Deserialize<'de> for BackgroundTaskType
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
Source§impl Display for BackgroundTaskType
impl Display for BackgroundTaskType
Source§impl Hash for BackgroundTaskType
impl Hash for BackgroundTaskType
Source§impl Ord for BackgroundTaskType
impl Ord for BackgroundTaskType
Source§fn cmp(&self, other: &BackgroundTaskType) -> Ordering
fn cmp(&self, other: &BackgroundTaskType) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for BackgroundTaskType
impl PartialEq for BackgroundTaskType
Source§impl PartialOrd for BackgroundTaskType
impl PartialOrd for BackgroundTaskType
Source§impl Serialize for BackgroundTaskType
impl Serialize for BackgroundTaskType
impl Copy for BackgroundTaskType
impl Eq for BackgroundTaskType
impl StructuralPartialEq for BackgroundTaskType
Auto Trait Implementations§
impl Freeze for BackgroundTaskType
impl RefUnwindSafe for BackgroundTaskType
impl Send for BackgroundTaskType
impl Sync for BackgroundTaskType
impl Unpin for BackgroundTaskType
impl UnwindSafe for BackgroundTaskType
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