#[repr(u8)]pub enum ArchivedJournalSnapshotTriggerV1 {
Show 13 variants
Idle = 0,
Listen = 1,
Environ = 2,
Stdin = 3,
Timer = 4,
Sigint = 5,
Sigalrm = 6,
Sigtstp = 7,
Sigstop = 8,
NonDeterministicCall = 9,
Bootstrap = 10,
Transaction = 11,
Explicit = 12,
}
Expand description
An archived JournalSnapshotTriggerV1
Variants§
Idle = 0
The archived counterpart of JournalSnapshotTriggerV1::Idle
Listen = 1
The archived counterpart of JournalSnapshotTriggerV1::Listen
Environ = 2
The archived counterpart of JournalSnapshotTriggerV1::Environ
Stdin = 3
The archived counterpart of JournalSnapshotTriggerV1::Stdin
Timer = 4
The archived counterpart of JournalSnapshotTriggerV1::Timer
Sigint = 5
The archived counterpart of JournalSnapshotTriggerV1::Sigint
Sigalrm = 6
The archived counterpart of JournalSnapshotTriggerV1::Sigalrm
Sigtstp = 7
The archived counterpart of JournalSnapshotTriggerV1::Sigtstp
Sigstop = 8
The archived counterpart of JournalSnapshotTriggerV1::Sigstop
NonDeterministicCall = 9
The archived counterpart of JournalSnapshotTriggerV1::NonDeterministicCall
Bootstrap = 10
The archived counterpart of JournalSnapshotTriggerV1::Bootstrap
Transaction = 11
The archived counterpart of JournalSnapshotTriggerV1::Transaction
Explicit = 12
The archived counterpart of JournalSnapshotTriggerV1::Explicit
Trait Implementations§
Source§impl<__C: Fallible + ?Sized> CheckBytes<__C> for ArchivedJournalSnapshotTriggerV1
impl<__C: Fallible + ?Sized> CheckBytes<__C> for ArchivedJournalSnapshotTriggerV1
Source§impl From<&ArchivedJournalSnapshotTriggerV1> for SnapshotTrigger
impl From<&ArchivedJournalSnapshotTriggerV1> for SnapshotTrigger
Source§fn from(val: &ArchivedJournalSnapshotTriggerV1) -> Self
fn from(val: &ArchivedJournalSnapshotTriggerV1) -> Self
impl Portable for ArchivedJournalSnapshotTriggerV1
Auto Trait Implementations§
impl Freeze for ArchivedJournalSnapshotTriggerV1
impl RefUnwindSafe for ArchivedJournalSnapshotTriggerV1
impl Send for ArchivedJournalSnapshotTriggerV1
impl Sync for ArchivedJournalSnapshotTriggerV1
impl Unpin for ArchivedJournalSnapshotTriggerV1
impl UnwindSafe for ArchivedJournalSnapshotTriggerV1
Blanket Implementations§
Source§impl<T> ArchivePointee for T
impl<T> ArchivePointee for T
Source§type ArchivedMetadata = ()
type ArchivedMetadata = ()
Source§fn pointer_metadata(
_: &<T as ArchivePointee>::ArchivedMetadata,
) -> <T as Pointee>::Metadata
fn pointer_metadata( _: &<T as ArchivePointee>::ArchivedMetadata, ) -> <T as Pointee>::Metadata
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
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> LayoutRaw for T
impl<T> LayoutRaw for T
Source§fn layout_raw(_: <T as Pointee>::Metadata) -> Result<Layout, LayoutError>
fn layout_raw(_: <T as Pointee>::Metadata) -> Result<Layout, LayoutError>
Source§impl<T, N1, N2> Niching<NichedOption<T, N1>> for N2
impl<T, N1, N2> Niching<NichedOption<T, N1>> for N2
Source§unsafe fn is_niched(niched: *const NichedOption<T, N1>) -> bool
unsafe fn is_niched(niched: *const NichedOption<T, N1>) -> bool
Source§fn resolve_niched(out: Place<NichedOption<T, N1>>)
fn resolve_niched(out: Place<NichedOption<T, N1>>)
out
indicating that a T
is niched.