pub struct OnForceReset;Expand description
Called when LuaForce::reset is finished.
Implementations§
Trait Implementations§
Source§impl Clone for OnForceReset
impl Clone for OnForceReset
Source§fn clone(&self) -> OnForceReset
fn clone(&self) -> OnForceReset
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 OnForceReset
Source§impl Debug for OnForceReset
impl Debug for OnForceReset
impl Eq for OnForceReset
Source§impl PartialEq for OnForceReset
impl PartialEq for OnForceReset
impl StructuralPartialEq for OnForceReset
Auto Trait Implementations§
impl Freeze for OnForceReset
impl RefUnwindSafe for OnForceReset
impl Send for OnForceReset
impl Sync for OnForceReset
impl Unpin for OnForceReset
impl UnsafeUnpin for OnForceReset
impl UnwindSafe for OnForceReset
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