pub struct ListChunk {
pub items: Vec<ListChunkItem>,
}
Expand description
List Chunk Data
Fields§
§items: Vec<ListChunkItem>
Implementations§
Trait Implementations§
impl StructuralPartialEq for ListChunk
Auto Trait Implementations§
impl Freeze for ListChunk
impl RefUnwindSafe for ListChunk
impl Send for ListChunk
impl Sync for ListChunk
impl Unpin for ListChunk
impl UnwindSafe for ListChunk
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