pub struct ChangeLangCtx { /* private fields */ }
Expand description
Hook that emitted when the language is changed
Trait Implementations§
impl HookEventMarker for ChangeLangCtx
Auto Trait Implementations§
impl Freeze for ChangeLangCtx
impl RefUnwindSafe for ChangeLangCtx
impl Send for ChangeLangCtx
impl Sync for ChangeLangCtx
impl Unpin for ChangeLangCtx
impl UnwindSafe for ChangeLangCtx
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