Struct lance_encoding::encoder::BatchEncoder
source · pub struct BatchEncoder {
pub field_encoders: Vec<Box<dyn FieldEncoder>>,
}Fields§
§field_encoders: Vec<Box<dyn FieldEncoder>>Implementations§
Auto Trait Implementations§
impl Freeze for BatchEncoder
impl !RefUnwindSafe for BatchEncoder
impl !Send for BatchEncoder
impl !Sync for BatchEncoder
impl Unpin for BatchEncoder
impl !UnwindSafe for BatchEncoder
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