pub struct Repair {
pub primary: Option<String>,
pub alternatives: Vec<String>,
pub example: Option<String>,
}Fields§
§primary: Option<String>§alternatives: Vec<String>§example: Option<String>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Repair
impl RefUnwindSafe for Repair
impl Send for Repair
impl Sync for Repair
impl Unpin for Repair
impl UnsafeUnpin for Repair
impl UnwindSafe for Repair
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