pub struct list {
pub client: Client,
}
Fields§
§client: Client
Implementations§
Source§impl list
impl list
pub fn new(client: Client) -> Self
pub async fn exploits<T: DOwned>(&self) -> Result<T, E>
pub async fn auxiliary<T: DOwned>(&self) -> Result<T, E>
pub async fn post<T: DOwned>(&self) -> Result<T, E>
pub async fn payloads<T: DOwned>(&self) -> Result<T, E>
pub async fn encoders<T: DOwned>(&self) -> Result<T, E>
pub async fn nops<T: DOwned>(&self) -> Result<T, E>
Auto Trait Implementations§
impl Freeze for list
impl RefUnwindSafe for list
impl Send for list
impl Sync for list
impl Unpin for list
impl UnwindSafe for list
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