pub struct Server<P: OsqueryPlugin + Clone + Send + Sync + 'static> { /* private fields */ }
Implementations§
Auto Trait Implementations§
impl<P> Freeze for Server<P>
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§
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