Struct tui_markup_renderer::actions::ActionsStorage
source · pub struct ActionsStorage { /* private fields */ }
Implementations§
Trait Implementations§
source§impl Debug for ActionsStorage
impl Debug for ActionsStorage
source§impl IActionsStorage for ActionsStorage
impl IActionsStorage for ActionsStorage
fn add_action<'b>( &'b mut self, name: String, action: fn(_: HashMap<String, String>) -> EventResponse ) -> &'b mut Self
fn has_action(&self, name: String) -> bool
fn execute( &self, name: String, state: HashMap<String, String> ) -> Option<EventResponse>
Auto Trait Implementations§
impl RefUnwindSafe for ActionsStorage
impl Send for ActionsStorage
impl Sync for ActionsStorage
impl Unpin for ActionsStorage
impl UnwindSafe for ActionsStorage
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