pub struct BinaryUploadResponse {
pub id: Uuid,
pub hash: String,
pub analysis: BinaryAnalysis,
}Fields§
§id: Uuid§hash: String§analysis: BinaryAnalysisTrait Implementations§
Source§impl Debug for BinaryUploadResponse
impl Debug for BinaryUploadResponse
Auto Trait Implementations§
impl Freeze for BinaryUploadResponse
impl RefUnwindSafe for BinaryUploadResponse
impl Send for BinaryUploadResponse
impl Sync for BinaryUploadResponse
impl Unpin for BinaryUploadResponse
impl UnwindSafe for BinaryUploadResponse
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