pub struct MitmQueryService<S: IMitmService> { /* private fields */ }
Implementations
sourceimpl<S: IMitmService> MitmQueryService<S>
impl<S: IMitmService> MitmQueryService<S>
Trait Implementations
sourceimpl<S: IMitmService> IMitmQueryService for MitmQueryService<S>
impl<S: IMitmService> IMitmQueryService for MitmQueryService<S>
fn should_mitm(&mut self, info: MitmProcessInfo) -> Result<bool>
fn sf_server_impl_should_mitm(
&mut self,
protocol: CommandProtocol,
ctx: &mut ServerContext<'_>
) -> Result<()>
fn get_sf_command_metadata_table(&self) -> CommandMetadataTable
sourceimpl<S: IMitmService> IObject for MitmQueryService<S>
impl<S: IMitmService> IObject for MitmQueryService<S>
fn get_command_metadata_table(&self) -> CommandMetadataTable
fn call_self_server_command(
&mut self,
command_fn: CommandFn,
protocol: CommandProtocol,
ctx: &mut ServerContext<'_>
) -> Result<()>
impl<S: IMitmService> ISessionObject for MitmQueryService<S>
Auto Trait Implementations
impl<S> RefUnwindSafe for MitmQueryService<S> where
S: RefUnwindSafe,
impl<S> Send for MitmQueryService<S> where
S: Send,
impl<S> Sync for MitmQueryService<S> where
S: Sync,
impl<S> Unpin for MitmQueryService<S> where
S: Unpin,
impl<S> UnwindSafe for MitmQueryService<S> where
S: UnwindSafe,
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstablefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more