pub struct BrTable {
pub idxs: Indexes,
pub exprs: Vec<Expression>,
}Fields§
§idxs: Indexes§exprs: Vec<Expression>Implementations§
Trait Implementations§
impl Eq for BrTable
impl StructuralPartialEq for BrTable
Auto Trait Implementations§
impl Freeze for BrTable
impl RefUnwindSafe for BrTable
impl Send for BrTable
impl Sync for BrTable
impl Unpin for BrTable
impl UnwindSafe for BrTable
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