#[repr(u8)]pub enum ArchivedTimelyEventwhere
OperatesEvent: Archive,
ChannelsEvent: Archive,
PushProgressEvent: Archive,
MessagesEvent: Archive,
ScheduleEvent: Archive,
ShutdownEvent: Archive,
ApplicationEvent: Archive,
GuardedMessageEvent: Archive,
GuardedProgressEvent: Archive,
CommChannelsEvent: Archive,
InputEvent: Archive,
ParkEvent: Archive,
String: Archive,{
Show 13 variants
Operates(Archived<OperatesEvent>),
Channels(Archived<ChannelsEvent>),
PushProgress(Archived<PushProgressEvent>),
Messages(Archived<MessagesEvent>),
Schedule(Archived<ScheduleEvent>),
Shutdown(Archived<ShutdownEvent>),
Application(Archived<ApplicationEvent>),
GuardedMessage(Archived<GuardedMessageEvent>),
GuardedProgress(Archived<GuardedProgressEvent>),
CommChannels(Archived<CommChannelsEvent>),
Input(Archived<InputEvent>),
Park(Archived<ParkEvent>),
Text(Archived<String>),
}Expand description
An archived TimelyEvent
Variants§
Operates(Archived<OperatesEvent>)
Channels(Archived<ChannelsEvent>)
PushProgress(Archived<PushProgressEvent>)
Messages(Archived<MessagesEvent>)
Schedule(Archived<ScheduleEvent>)
Shutdown(Archived<ShutdownEvent>)
Application(Archived<ApplicationEvent>)
GuardedMessage(Archived<GuardedMessageEvent>)
GuardedProgress(Archived<GuardedProgressEvent>)
CommChannels(Archived<CommChannelsEvent>)
Input(Archived<InputEvent>)
Park(Archived<ParkEvent>)
Text(Archived<String>)
Trait Implementations§
Source§impl<__C: ?Sized> CheckBytes<__C> for ArchivedTimelyEventwhere
OperatesEvent: Archive,
ChannelsEvent: Archive,
PushProgressEvent: Archive,
MessagesEvent: Archive,
ScheduleEvent: Archive,
ShutdownEvent: Archive,
ApplicationEvent: Archive,
GuardedMessageEvent: Archive,
GuardedProgressEvent: Archive,
CommChannelsEvent: Archive,
InputEvent: Archive,
ParkEvent: Archive,
String: Archive,
Archived<OperatesEvent>: CheckBytes<__C>,
Archived<ChannelsEvent>: CheckBytes<__C>,
Archived<PushProgressEvent>: CheckBytes<__C>,
Archived<MessagesEvent>: CheckBytes<__C>,
Archived<ScheduleEvent>: CheckBytes<__C>,
Archived<ShutdownEvent>: CheckBytes<__C>,
Archived<ApplicationEvent>: CheckBytes<__C>,
Archived<GuardedMessageEvent>: CheckBytes<__C>,
Archived<GuardedProgressEvent>: CheckBytes<__C>,
Archived<CommChannelsEvent>: CheckBytes<__C>,
Archived<InputEvent>: CheckBytes<__C>,
Archived<ParkEvent>: CheckBytes<__C>,
Archived<String>: CheckBytes<__C>,
impl<__C: ?Sized> CheckBytes<__C> for ArchivedTimelyEventwhere
OperatesEvent: Archive,
ChannelsEvent: Archive,
PushProgressEvent: Archive,
MessagesEvent: Archive,
ScheduleEvent: Archive,
ShutdownEvent: Archive,
ApplicationEvent: Archive,
GuardedMessageEvent: Archive,
GuardedProgressEvent: Archive,
CommChannelsEvent: Archive,
InputEvent: Archive,
ParkEvent: Archive,
String: Archive,
Archived<OperatesEvent>: CheckBytes<__C>,
Archived<ChannelsEvent>: CheckBytes<__C>,
Archived<PushProgressEvent>: CheckBytes<__C>,
Archived<MessagesEvent>: CheckBytes<__C>,
Archived<ScheduleEvent>: CheckBytes<__C>,
Archived<ShutdownEvent>: CheckBytes<__C>,
Archived<ApplicationEvent>: CheckBytes<__C>,
Archived<GuardedMessageEvent>: CheckBytes<__C>,
Archived<GuardedProgressEvent>: CheckBytes<__C>,
Archived<CommChannelsEvent>: CheckBytes<__C>,
Archived<InputEvent>: CheckBytes<__C>,
Archived<ParkEvent>: CheckBytes<__C>,
Archived<String>: CheckBytes<__C>,
Source§type Error = EnumCheckError<u8>
type Error = EnumCheckError<u8>
The error that may result from checking the type.
Source§unsafe fn check_bytes<'__bytecheck>(
value: *const Self,
context: &mut __C,
) -> Result<&'__bytecheck Self, EnumCheckError<u8>>
unsafe fn check_bytes<'__bytecheck>( value: *const Self, context: &mut __C, ) -> Result<&'__bytecheck Self, EnumCheckError<u8>>
Checks whether the given pointer points to a valid value within the
given context. Read more
Auto Trait Implementations§
impl Freeze for ArchivedTimelyEvent
impl RefUnwindSafe for ArchivedTimelyEvent
impl Send for ArchivedTimelyEvent
impl Sync for ArchivedTimelyEvent
impl !Unpin for ArchivedTimelyEvent
impl UnwindSafe for ArchivedTimelyEvent
Blanket Implementations§
Source§impl<T> ArchivePointee for T
impl<T> ArchivePointee for T
Source§type ArchivedMetadata = ()
type ArchivedMetadata = ()
The archived version of the pointer metadata for this type.
Source§fn pointer_metadata(
_: &<T as ArchivePointee>::ArchivedMetadata,
) -> <T as Pointee>::Metadata
fn pointer_metadata( _: &<T as ArchivePointee>::ArchivedMetadata, ) -> <T as Pointee>::Metadata
Converts some archived metadata to the pointer metadata for itself.
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
Source§impl<F, W, T, D> Deserialize<With<T, W>, D> for F
impl<F, W, T, D> Deserialize<With<T, W>, D> for F
Source§impl<T> LayoutRaw for T
impl<T> LayoutRaw for T
Source§fn layout_raw(_: *const T) -> Layout
fn layout_raw(_: *const T) -> Layout
Gets the layout of the type.