pub struct TableBuilderRep { /* private fields */ }
Implementations§
Source§impl TableBuilderRep
impl TableBuilderRep
pub fn new(opt: &Options, f: *mut dyn WritableFile) -> Self
Auto Trait Implementations§
impl Freeze for TableBuilderRep
impl !RefUnwindSafe for TableBuilderRep
impl !Send for TableBuilderRep
impl !Sync for TableBuilderRep
impl Unpin for TableBuilderRep
impl !UnwindSafe for TableBuilderRep
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