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