Struct arrow2::ffi::ArrowSchema
source · #[repr(C)]pub struct ArrowSchema { /* private fields */ }
Expand description
ABI-compatible struct for ArrowSchema
Implementations§
source§impl ArrowSchema
impl ArrowSchema
sourcepub fn empty() -> Self
pub fn empty() -> Self
create an empty ArrowSchema
Trait Implementations§
source§impl Debug for ArrowSchema
impl Debug for ArrowSchema
Auto Trait Implementations§
impl Freeze for ArrowSchema
impl RefUnwindSafe for ArrowSchema
impl !Send for ArrowSchema
impl !Sync for ArrowSchema
impl Unpin for ArrowSchema
impl UnwindSafe for ArrowSchema
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