pub struct EducationalAdvisor { /* private fields */ }Implementations§
Source§impl EducationalAdvisor
impl EducationalAdvisor
pub fn new(lang: &str) -> Self
pub fn get_advice(&self, rule_name: &str) -> Option<&EducationalAdvice>
Auto Trait Implementations§
impl Freeze for EducationalAdvisor
impl RefUnwindSafe for EducationalAdvisor
impl Send for EducationalAdvisor
impl Sync for EducationalAdvisor
impl Unpin for EducationalAdvisor
impl UnwindSafe for EducationalAdvisor
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