Struct osquery_rust::Server
source · [−]pub struct Server<P: OsqueryPlugin + Clone + Send + Sync + 'static> { /* private fields */ }
Implementations
Auto Trait Implementations
impl<P> !RefUnwindSafe for Server<P>
impl<P> !Send for Server<P>
impl<P> !Sync for Server<P>
impl<P> Unpin for Server<P> where
P: Unpin,
impl<P> !UnwindSafe for Server<P>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more