pub struct ExtractionResult {
pub project_id: String,
pub output_path: PathBuf,
pub messages: Vec<String>,
pub secrets_found: Vec<String>,
}
Fields§
§project_id: String
§output_path: PathBuf
§messages: Vec<String>
§secrets_found: Vec<String>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ExtractionResult
impl RefUnwindSafe for ExtractionResult
impl Send for ExtractionResult
impl Sync for ExtractionResult
impl Unpin for ExtractionResult
impl UnwindSafe for ExtractionResult
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