pub struct OnFileOpen<U: Ui>(/* private fields */);Expand description
Trait Implementations§
Source§impl<U: Ui> Hookable for OnFileOpen<U>
impl<U: Ui> Hookable for OnFileOpen<U>
type Args<'a> = &'a mut FileBuilder<U>
type PreArgs = FileBuilder<U>
fn trigger_hooks<'b>( pre_args: Self::PreArgs, hooks: impl Iterator<Item = &'b mut HookFn<Self>>, )
Auto Trait Implementations§
impl<U> Freeze for OnFileOpen<U>
impl<U> RefUnwindSafe for OnFileOpen<U>where
U: RefUnwindSafe,
impl<U> Send for OnFileOpen<U>
impl<U> Sync for OnFileOpen<U>
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