pub struct ConfigUnloaded(/* private fields */);Expand description
Hookable: Triggers when Duat closes or has to reload.
There are no arguments
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ConfigUnloaded
impl RefUnwindSafe for ConfigUnloaded
impl Send for ConfigUnloaded
impl Sync for ConfigUnloaded
impl Unpin for ConfigUnloaded
impl UnsafeUnpin for ConfigUnloaded
impl UnwindSafe for ConfigUnloaded
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