#[repr(transparent)]pub struct ChunkChildren(pub Vec<ChunkId>);Tuple Fields§
§0: Vec<ChunkId>Trait Implementations§
Source§impl<'a> ExtractData<ChunkChildren> for Chunk<'a>
impl<'a> ExtractData<ChunkChildren> for Chunk<'a>
fn extract_data(&self) -> ChunkChildren
Auto Trait Implementations§
impl Freeze for ChunkChildren
impl RefUnwindSafe for ChunkChildren
impl Send for ChunkChildren
impl Sync for ChunkChildren
impl Unpin for ChunkChildren
impl UnwindSafe for ChunkChildren
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