Struct kjp_generator_plugin::ProcessorParams
source · [−]Fields
function_name: String
config: HashMap<String, String>
Auto Trait Implementations
impl RefUnwindSafe for ProcessorParams
impl Send for ProcessorParams
impl Sync for ProcessorParams
impl Unpin for ProcessorParams
impl UnwindSafe for ProcessorParams
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more