Struct lance_encoding::encodings::physical::fixed_size_list::FslEncoder
source · pub struct FslEncoder { /* private fields */ }Implementations§
source§impl FslEncoder
impl FslEncoder
pub fn new(items_encoder: Box<dyn ArrayEncoder>, dimension: u32) -> Self
Trait Implementations§
source§impl ArrayEncoder for FslEncoder
impl ArrayEncoder for FslEncoder
Auto Trait Implementations§
impl Freeze for FslEncoder
impl !RefUnwindSafe for FslEncoder
impl Send for FslEncoder
impl Sync for FslEncoder
impl Unpin for FslEncoder
impl !UnwindSafe for FslEncoder
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