pub struct NetworkConnectionFixGenerator;
Expand description
Generates fixes for network connection issues
Implementations§
Trait Implementations§
Source§impl FixGenerator for NetworkConnectionFixGenerator
impl FixGenerator for NetworkConnectionFixGenerator
Source§fn generate_fix(
&self,
error: &DecrustError,
params: &ExtractedParameters,
_source_code_context: Option<&str>,
) -> Option<Autocorrection>
fn generate_fix( &self, error: &DecrustError, params: &ExtractedParameters, _source_code_context: Option<&str>, ) -> Option<Autocorrection>
Generates a fix for an error using extracted parameters
Auto Trait Implementations§
impl Freeze for NetworkConnectionFixGenerator
impl RefUnwindSafe for NetworkConnectionFixGenerator
impl Send for NetworkConnectionFixGenerator
impl Sync for NetworkConnectionFixGenerator
impl Unpin for NetworkConnectionFixGenerator
impl UnwindSafe for NetworkConnectionFixGenerator
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