#[repr(transparent)]pub struct PyField(pub Field);Expand description
Transparent wrapper around MinArrow’s Field.
Represents column-level schema metadata including name, type, and nullability.
Tuple Fields§
§0: FieldImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PyField
impl RefUnwindSafe for PyField
impl Send for PyField
impl Sync for PyField
impl Unpin for PyField
impl UnsafeUnpin for PyField
impl UnwindSafe for PyField
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