pub struct OnPreChunkDeleted;Expand description
Called before one or more chunks are deleted using LuaSurface::delete_chunk.
Implementations§
Trait Implementations§
Source§impl Clone for OnPreChunkDeleted
impl Clone for OnPreChunkDeleted
Source§fn clone(&self) -> OnPreChunkDeleted
fn clone(&self) -> OnPreChunkDeleted
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 OnPreChunkDeleted
Source§impl Debug for OnPreChunkDeleted
impl Debug for OnPreChunkDeleted
impl Eq for OnPreChunkDeleted
Source§impl PartialEq for OnPreChunkDeleted
impl PartialEq for OnPreChunkDeleted
impl StructuralPartialEq for OnPreChunkDeleted
Auto Trait Implementations§
impl Freeze for OnPreChunkDeleted
impl RefUnwindSafe for OnPreChunkDeleted
impl Send for OnPreChunkDeleted
impl Sync for OnPreChunkDeleted
impl Unpin for OnPreChunkDeleted
impl UnsafeUnpin for OnPreChunkDeleted
impl UnwindSafe for OnPreChunkDeleted
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