pub struct PluginQueryContext {
pub session_id: Option<String>,
pub sessions: Arc<dyn SessionReadService>,
pub processes: Arc<dyn ProcessReadService>,
}Fields§
§session_id: Option<String>§sessions: Arc<dyn SessionReadService>§processes: Arc<dyn ProcessReadService>Trait Implementations§
Source§impl Clone for PluginQueryContext
impl Clone for PluginQueryContext
Source§fn clone(&self) -> PluginQueryContext
fn clone(&self) -> PluginQueryContext
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl !RefUnwindSafe for PluginQueryContext
impl !UnwindSafe for PluginQueryContext
impl Freeze for PluginQueryContext
impl Send for PluginQueryContext
impl Sync for PluginQueryContext
impl Unpin for PluginQueryContext
impl UnsafeUnpin for PluginQueryContext
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