pub struct EngineFunctions;Expand description
Engine function ids for internal operations.
Implementations§
Source§impl EngineFunctions
impl EngineFunctions
pub const LIST_FUNCTIONS: &'static str = "engine::functions::list"
pub const INFO_FUNCTIONS: &'static str = "engine::functions::info"
pub const LIST_WORKERS: &'static str = "engine::workers::list"
pub const INFO_WORKERS: &'static str = "engine::workers::info"
pub const LIST_TRIGGERS: &'static str = "engine::triggers::list"
pub const INFO_TRIGGERS: &'static str = "engine::triggers::info"
pub const LIST_REGISTERED_TRIGGERS: &'static str = "engine::registered-triggers::list"
pub const INFO_REGISTERED_TRIGGERS: &'static str = "engine::registered-triggers::info"
pub const REGISTER_WORKER: &'static str = "engine::workers::register"
Auto Trait Implementations§
impl Freeze for EngineFunctions
impl RefUnwindSafe for EngineFunctions
impl Send for EngineFunctions
impl Sync for EngineFunctions
impl Unpin for EngineFunctions
impl UnsafeUnpin for EngineFunctions
impl UnwindSafe for EngineFunctions
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