struct SchemaPrivateData {
children: Box<[*mut FFI_ArrowSchema]>,
dictionary: *mut FFI_ArrowSchema,
metadata: Option<Vec<u8>>,
}Fields§
§children: Box<[*mut FFI_ArrowSchema]>§dictionary: *mut FFI_ArrowSchema§metadata: Option<Vec<u8>>Auto Trait Implementations§
impl Freeze for SchemaPrivateData
impl RefUnwindSafe for SchemaPrivateData
impl !Send for SchemaPrivateData
impl !Sync for SchemaPrivateData
impl Unpin for SchemaPrivateData
impl UnsafeUnpin for SchemaPrivateData
impl UnwindSafe for SchemaPrivateData
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