Struct editorconfiger::ExtValidationResult
source · [−]pub struct ExtValidationResult<'input> {
pub ext: String,
pub duplicates: Vec<&'input str>,
pub similar: Vec<(&'input str, &'input str)>,
}Fields
ext: Stringduplicates: Vec<&'input str>similar: Vec<(&'input str, &'input str)>Auto Trait Implementations
impl<'input> RefUnwindSafe for ExtValidationResult<'input>
impl<'input> Send for ExtValidationResult<'input>
impl<'input> Sync for ExtValidationResult<'input>
impl<'input> Unpin for ExtValidationResult<'input>
impl<'input> UnwindSafe for ExtValidationResult<'input>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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