pub struct Educator { /* private fields */ }Expand description
Main educator that generates explanations
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Educator
impl RefUnwindSafe for Educator
impl Send for Educator
impl Sync for Educator
impl Unpin for Educator
impl UnwindSafe for Educator
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