Struct assembly_fdb::core::Bucket
source · pub struct Bucket(pub Vec<Row>);
Expand description
A container of rows with the same hash value
Tuple Fields§
§0: Vec<Row>
Implementations§
Trait Implementations§
source§impl<'a> IntoIterator for &'a Bucket
impl<'a> IntoIterator for &'a Bucket
Auto Trait Implementations§
impl Freeze for Bucket
impl RefUnwindSafe for Bucket
impl Send for Bucket
impl Sync for Bucket
impl Unpin for Bucket
impl UnwindSafe for Bucket
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