#[non_exhaustive]pub enum Mechanism {
Show 16 variants
Api,
Bts,
Desktop,
Email,
Fixes,
Forces,
Jira,
Mcp,
Melts,
Messaging,
Migration,
Retrieves,
Scheduler,
Smells,
Task,
Web,
}Expand description
Mechanism by which the event was triggered.
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.
Api
Bts
Desktop
Fixes
Forces
Jira
Mcp
Melts
Messaging
Migration
Retrieves
Scheduler
Smells
Task
Web
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Mechanism
impl RefUnwindSafe for Mechanism
impl Send for Mechanism
impl Sync for Mechanism
impl Unpin for Mechanism
impl UnsafeUnpin for Mechanism
impl UnwindSafe for Mechanism
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