pub struct SchemaFrame { /* private fields */ }Expand description
One Arrow IPC schema frame.
Debug reports the encoded length only. The bytes describe result columns.
Implementations§
Source§impl SchemaFrame
impl SchemaFrame
Trait Implementations§
Source§impl Clone for SchemaFrame
impl Clone for SchemaFrame
Source§fn clone(&self) -> SchemaFrame
fn clone(&self) -> SchemaFrame
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SchemaFrame
impl Debug for SchemaFrame
impl Eq for SchemaFrame
Source§impl PartialEq for SchemaFrame
impl PartialEq for SchemaFrame
impl StructuralPartialEq for SchemaFrame
Auto Trait Implementations§
impl Freeze for SchemaFrame
impl RefUnwindSafe for SchemaFrame
impl Send for SchemaFrame
impl Sync for SchemaFrame
impl Unpin for SchemaFrame
impl UnsafeUnpin for SchemaFrame
impl UnwindSafe for SchemaFrame
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