Enum beam_proto_rs::v1::beam_runner_api::trigger::Trigger
source · [−]#[non_exhaustive]
pub enum Trigger {
AfterAll(AfterAll),
AfterAny(AfterAny),
AfterEach(AfterEach),
AfterEndOfWindow(AfterEndOfWindow),
AfterProcessingTime(AfterProcessingTime),
AfterSynchronizedProcessingTime(AfterSynchronizedProcessingTime),
Always(Always),
Default(Default),
ElementCount(ElementCount),
Never(Never),
OrFinally(OrFinally),
Repeat(Repeat),
}Variants (Non-exhaustive)
This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
AfterAll(AfterAll)
AfterAny(AfterAny)
AfterEach(AfterEach)
AfterEndOfWindow(AfterEndOfWindow)
AfterProcessingTime(AfterProcessingTime)
AfterSynchronizedProcessingTime(AfterSynchronizedProcessingTime)
Always(Always)
Default(Default)
ElementCount(ElementCount)
Never(Never)
OrFinally(OrFinally)
Repeat(Repeat)
Trait Implementations
sourceimpl OneofFull for Trigger
impl OneofFull for Trigger
sourcefn descriptor() -> OneofDescriptor
fn descriptor() -> OneofDescriptor
Descriptor object for this oneof.
sourceimpl PartialEq<Trigger> for Trigger
impl PartialEq<Trigger> for Trigger
impl Oneof for Trigger
impl StructuralPartialEq for Trigger
Auto Trait Implementations
impl RefUnwindSafe for Trigger
impl Send for Trigger
impl Sync for Trigger
impl Unpin for Trigger
impl UnwindSafe for Trigger
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more