pub struct AnimModule;Expand description
Módulo de Animación - 12 principios de Disney
Trait Implementations§
Source§impl RyditModule for AnimModule
impl RyditModule for AnimModule
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 AnimModule
impl RefUnwindSafe for AnimModule
impl Send for AnimModule
impl Sync for AnimModule
impl Unpin for AnimModule
impl UnsafeUnpin for AnimModule
impl UnwindSafe for AnimModule
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