pub struct InspectorMethod { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Inspector for InspectorMethod
impl Inspector for InspectorMethod
fn inspect( &self, ctx: &RequestContext, ) -> Result<Option<InspectorFinding>, BulwarkError>
Auto Trait Implementations§
impl Freeze for InspectorMethod
impl RefUnwindSafe for InspectorMethod
impl Send for InspectorMethod
impl Sync for InspectorMethod
impl Unpin for InspectorMethod
impl UnwindSafe for InspectorMethod
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