Struct lance_encoding::encodings::physical::basic::BasicEncoder
source · pub struct BasicEncoder { /* private fields */ }Implementations§
Trait Implementations§
source§impl ArrayEncoder for BasicEncoder
impl ArrayEncoder for BasicEncoder
Auto Trait Implementations§
impl Freeze for BasicEncoder
impl RefUnwindSafe for BasicEncoder
impl Send for BasicEncoder
impl Sync for BasicEncoder
impl Unpin for BasicEncoder
impl UnwindSafe for BasicEncoder
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