Struct tap::plugin_dummy::Dummy
source · [−]pub struct Dummy { /* private fields */ }
Expand description
The dummy plugin
Trait Implementations
sourceimpl PluginInstance for Dummy
impl PluginInstance for Dummy
sourcefn run(
&mut self,
arg_str: PluginArgument,
env: PluginEnvironment
) -> Result<PluginResult>
fn run(
&mut self,
arg_str: PluginArgument,
env: PluginEnvironment
) -> Result<PluginResult>
Auto Trait Implementations
impl RefUnwindSafe for Dummy
impl Send for Dummy
impl Sync for Dummy
impl Unpin for Dummy
impl UnwindSafe for Dummy
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more