Struct tap::plugin::PluginEnvironment  
source · [−]Expand description
Contain structure needed by Plugin to interact with the core
Fields
tree: Treechannel: Option<Sender<TaskState>>Implementations
Auto Trait Implementations
impl RefUnwindSafe for PluginEnvironment
impl Send for PluginEnvironment
impl Sync for PluginEnvironment
impl Unpin for PluginEnvironment
impl UnwindSafe for PluginEnvironment
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