pub struct ScienceModule;Expand description
Módulo de Ciencia - Bezier y Estadísticas
Trait Implementations§
Source§impl RyditModule for ScienceModule
impl RyditModule for ScienceModule
Source§fn register(&self) -> HashMap<&'static str, &'static str>
fn register(&self) -> HashMap<&'static str, &'static str>
Registro de comandos disponibles
Retorna: HashMap<nombre_comando, descripción>
Source§fn execute(&self, command: &str, params: Value) -> ModuleResult
fn execute(&self, command: &str, params: Value) -> ModuleResult
Ejecuta un comando con parámetros Read more
Source§fn metadata(&self) -> ModuleMetadata
fn metadata(&self) -> ModuleMetadata
Metadata del módulo (v0.8.2+) Read more
Auto Trait Implementations§
impl Freeze for ScienceModule
impl RefUnwindSafe for ScienceModule
impl Send for ScienceModule
impl Sync for ScienceModule
impl Unpin for ScienceModule
impl UnsafeUnpin for ScienceModule
impl UnwindSafe for ScienceModule
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