Struct assemblyline_client::Client
source · pub struct Client {
pub file: File,
pub search: Search,
}
Expand description
A client to communicate with the Assemblyline API
Fields§
§file: File
file specific API endpoints
search: Search
search 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