pub struct Fuzzer {
pub type_field: String,
pub sources_allow_list_path: String,
pub fuzzing_harness_executable_name: String,
}Fields§
§type_field: String§sources_allow_list_path: String§fuzzing_harness_executable_name: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for Fuzzer
impl RefUnwindSafe for Fuzzer
impl Send for Fuzzer
impl Sync for Fuzzer
impl Unpin for Fuzzer
impl UnsafeUnpin for Fuzzer
impl UnwindSafe for Fuzzer
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