Enum notation_core::entry::EntryPassMode
source · [−]pub enum EntryPassMode {
Immediate,
Delayed,
}
Variants
Immediate
Delayed
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for EntryPassMode
impl Send for EntryPassMode
impl Sync for EntryPassMode
impl Unpin for EntryPassMode
impl UnwindSafe for EntryPassMode
Blanket Implementations
Mutably borrows from an owned value. Read more