pub struct TableBTreeLeafCell {
pub records: Vec<Record>,
/* private fields */
}
Fields§
§records: Vec<Record>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TableBTreeLeafCell
impl RefUnwindSafe for TableBTreeLeafCell
impl Send for TableBTreeLeafCell
impl Sync for TableBTreeLeafCell
impl Unpin for TableBTreeLeafCell
impl UnwindSafe for TableBTreeLeafCell
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