pub enum PluginConstructionError {
Loading(Error),
Construction,
}Variants§
Trait Implementations§
Source§impl Debug for PluginConstructionError
impl Debug for PluginConstructionError
Auto Trait Implementations§
impl Freeze for PluginConstructionError
impl !RefUnwindSafe for PluginConstructionError
impl Send for PluginConstructionError
impl Sync for PluginConstructionError
impl Unpin for PluginConstructionError
impl !UnwindSafe for PluginConstructionError
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