pub struct Solution {
pub message: String,
pub replacements: Vec<Replacement>,
}
Fields
message: String
replacements: Vec<Replacement>
Trait Implementations
impl Eq for Solution
impl StructuralEq for Solution
impl StructuralPartialEq for Solution
Auto Trait Implementations
impl RefUnwindSafe for Solution
impl Send for Solution
impl Sync for Solution
impl Unpin for Solution
impl UnwindSafe for Solution
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