pub struct AarLesson {
pub pattern: String,
pub recommendation: String,
}Expand description
A pattern seen in this mission and what to do about it next time.
Fields§
§pattern: String§recommendation: StringTrait Implementations§
Source§impl<'de> Deserialize<'de> for AarLesson
impl<'de> Deserialize<'de> for AarLesson
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl StructuralPartialEq for AarLesson
Auto Trait Implementations§
impl Freeze for AarLesson
impl RefUnwindSafe for AarLesson
impl Send for AarLesson
impl Sync for AarLesson
impl Unpin for AarLesson
impl UnsafeUnpin for AarLesson
impl UnwindSafe for AarLesson
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