pub struct OnChunkCharted;Expand description
Called when a chunk is charted or re-charted.
Implementations§
Trait Implementations§
Source§impl Clone for OnChunkCharted
impl Clone for OnChunkCharted
Source§fn clone(&self) -> OnChunkCharted
fn clone(&self) -> OnChunkCharted
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 OnChunkCharted
Source§impl Debug for OnChunkCharted
impl Debug for OnChunkCharted
impl Eq for OnChunkCharted
Source§impl PartialEq for OnChunkCharted
impl PartialEq for OnChunkCharted
impl StructuralPartialEq for OnChunkCharted
Auto Trait Implementations§
impl Freeze for OnChunkCharted
impl RefUnwindSafe for OnChunkCharted
impl Send for OnChunkCharted
impl Sync for OnChunkCharted
impl Unpin for OnChunkCharted
impl UnsafeUnpin for OnChunkCharted
impl UnwindSafe for OnChunkCharted
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