Struct assembly_fdb::core::TableData
source · pub struct TableData {
pub buckets: Vec<Bucket>,
}
Expand description
An array of buckets, and a collection of rows
Fields§
§buckets: Vec<Bucket>
The buckets in this table
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TableData
impl RefUnwindSafe for TableData
impl Send for TableData
impl Sync for TableData
impl Unpin for TableData
impl UnwindSafe for TableData
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