pub struct DocumentAnalysis {
pub status: String,
pub analyzed: Vec<u8>,
}Fields§
§status: String§analyzed: Vec<u8>Auto Trait Implementations§
impl Freeze for DocumentAnalysis
impl RefUnwindSafe for DocumentAnalysis
impl Send for DocumentAnalysis
impl Sync for DocumentAnalysis
impl Unpin for DocumentAnalysis
impl UnsafeUnpin for DocumentAnalysis
impl UnwindSafe for DocumentAnalysis
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