Struct assemblyline_client::Client 
source · pub struct Client {
    pub alert: Alert,
    pub bundle: Bundle,
    pub error: Error,
    pub file: File,
    pub help: Help,
    pub ingest: Ingest,
    pub search: Search,
    pub submit: Submit,
}Expand description
A client to communicate with the Assemblyline API
Fields§
§alert: Alertalert specific API endpoints
bundle: Bundlebundle specific API endpoints
error: Errorerror specific API endpoints
file: Filefile specific API endpoints
help: HelpHelp API endpoints
ingest: IngestIngest API endpoints
search: Searchsearch API endpoints
submit: SubmitFile submission API endpoints
Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for Client
impl Send for Client
impl Sync for Client
impl Unpin for Client
impl !UnwindSafe for Client
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