pub struct Invalid {
pub duplicate_shorts: Vec<String>,
pub duplicate_longs: Vec<String>,
pub one_char_longs: Vec<String>,
pub multi_char_shorts: Vec<String>,
pub has_empty_switch: bool,
}
Fields§
§duplicate_shorts: Vec<String>
§duplicate_longs: Vec<String>
§one_char_longs: Vec<String>
§multi_char_shorts: Vec<String>
§has_empty_switch: bool
Trait Implementations§
impl Eq for Invalid
impl StructuralPartialEq for Invalid
Auto Trait Implementations§
impl Freeze for Invalid
impl RefUnwindSafe for Invalid
impl Send for Invalid
impl Sync for Invalid
impl Unpin for Invalid
impl UnwindSafe for Invalid
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