pub struct ConfigPluginWrapper { /* private fields */ }
Expand description
Wrapper that adapts ConfigPlugin to OsqueryPlugin
Implementations§
Source§impl ConfigPluginWrapper
impl ConfigPluginWrapper
pub fn new<C: ConfigPlugin>(plugin: C) -> Self
Trait Implementations§
Source§impl Clone for ConfigPluginWrapper
impl Clone for ConfigPluginWrapper
Source§fn clone(&self) -> ConfigPluginWrapper
fn clone(&self) -> ConfigPluginWrapper
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl OsqueryPlugin for ConfigPluginWrapper
impl OsqueryPlugin for ConfigPluginWrapper
Auto Trait Implementations§
impl Freeze for ConfigPluginWrapper
impl !RefUnwindSafe for ConfigPluginWrapper
impl Send for ConfigPluginWrapper
impl Sync for ConfigPluginWrapper
impl Unpin for ConfigPluginWrapper
impl !UnwindSafe for ConfigPluginWrapper
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