Struct duat_core::hooks::OnFileOpen
source · pub struct OnFileOpen<U>(/* private fields */)
where
U: Ui;Trait Implementations§
source§impl<U> Hookable for OnFileOpen<U>where
U: Ui,
impl<U> Hookable for OnFileOpen<U>where
U: Ui,
type Args<'a> = FileBuilder<'a, U>
Auto Trait Implementations§
impl<U> Freeze for OnFileOpen<U>
impl<U> RefUnwindSafe for OnFileOpen<U>where
U: RefUnwindSafe,
impl<U> Send for OnFileOpen<U>where
U: Send,
impl<U> Sync for OnFileOpen<U>where
U: Sync,
impl<U> Unpin for OnFileOpen<U>where
U: Unpin,
impl<U> UnwindSafe for OnFileOpen<U>where
U: UnwindSafe,
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