pub struct ChunkBake;Trait Implementations§
Auto Trait Implementations§
impl Freeze for ChunkBake
impl RefUnwindSafe for ChunkBake
impl Send for ChunkBake
impl Sync for ChunkBake
impl Unpin for ChunkBake
impl UnsafeUnpin for ChunkBake
impl UnwindSafe for ChunkBake
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