#[repr(C)]pub struct ArrowSchema { /* private fields */ }
Expand description
ABI-compatible struct for ArrowSchema
Implementations
sourceimpl ArrowSchema
impl ArrowSchema
sourcepub fn empty() -> ArrowSchema
pub fn empty() -> ArrowSchema
create an empty ArrowSchema
Trait Implementations
sourceimpl Debug for ArrowSchema
impl Debug for ArrowSchema
Auto Trait Implementations
impl RefUnwindSafe for ArrowSchema
impl !Send for ArrowSchema
impl !Sync for ArrowSchema
impl Unpin for ArrowSchema
impl UnwindSafe for ArrowSchema
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more