Struct EducationSettings
pub struct EducationSettings;
Implementations§
§impl EducationSettings
impl EducationSettings
pub fn IsEducationEnvironment() -> Result<bool>
Auto Trait Implementations§
impl Freeze for EducationSettings
impl RefUnwindSafe for EducationSettings
impl Send for EducationSettings
impl Sync for EducationSettings
impl Unpin for EducationSettings
impl UnwindSafe for EducationSettings
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