pub struct OnScriptPathRequestFinished;Expand description
Called when a LuaSurface::request_path call completes.
Implementations§
Trait Implementations§
Source§impl Clone for OnScriptPathRequestFinished
impl Clone for OnScriptPathRequestFinished
Source§fn clone(&self) -> OnScriptPathRequestFinished
fn clone(&self) -> OnScriptPathRequestFinished
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for OnScriptPathRequestFinished
Source§impl Debug for OnScriptPathRequestFinished
impl Debug for OnScriptPathRequestFinished
impl Eq for OnScriptPathRequestFinished
impl StructuralPartialEq for OnScriptPathRequestFinished
Auto Trait Implementations§
impl Freeze for OnScriptPathRequestFinished
impl RefUnwindSafe for OnScriptPathRequestFinished
impl Send for OnScriptPathRequestFinished
impl Sync for OnScriptPathRequestFinished
impl Unpin for OnScriptPathRequestFinished
impl UnsafeUnpin for OnScriptPathRequestFinished
impl UnwindSafe for OnScriptPathRequestFinished
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