Struct polars_core::chunked_array::object::registry::ObjectRegistry
source · pub struct ObjectRegistry {
pub builder_constructor: BuilderConstructor,
pub physical_dtype: ArrowDataType,
/* private fields */
}
Available on crate feature
object
only.Fields§
§builder_constructor: BuilderConstructor
A function that creates an object builder
physical_dtype: ArrowDataType
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for ObjectRegistry
impl Send for ObjectRegistry
impl Sync for ObjectRegistry
impl Unpin for ObjectRegistry
impl !UnwindSafe for ObjectRegistry
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