pub enum ActionRegistryError {
NotFound,
}Expand description
An error returned from ActionRegistry::get()
Variants§
NotFound
No action has been registered with the specified name
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ActionRegistryError
impl RefUnwindSafe for ActionRegistryError
impl Send for ActionRegistryError
impl Sync for ActionRegistryError
impl Unpin for ActionRegistryError
impl UnwindSafe for ActionRegistryError
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