pub struct SchemaAsIpc<'a> {
pub pair: (&'a Schema, &'a IpcWriteOptions),
}
Expand description
SchemaAsIpc represents a pairing of a Schema
with IpcWriteOptions
Fields§
§pair: (&'a Schema, &'a IpcWriteOptions)
Data type representing a schema and its IPC write options
Implementations§
Source§impl<'a> SchemaAsIpc<'a>
impl<'a> SchemaAsIpc<'a>
Trait Implementations§
Source§impl<'a> Deref for SchemaAsIpc<'a>
impl<'a> Deref for SchemaAsIpc<'a>
Source§impl From<SchemaAsIpc<'_>> for FlightData
impl From<SchemaAsIpc<'_>> for FlightData
Source§fn from(schema_ipc: SchemaAsIpc<'_>) -> Self
fn from(schema_ipc: SchemaAsIpc<'_>) -> Self
Converts to this type from the input type.
Source§impl TryFrom<SchemaAsIpc<'_>> for IpcMessage
impl TryFrom<SchemaAsIpc<'_>> for IpcMessage
Source§impl TryFrom<SchemaAsIpc<'_>> for SchemaResult
impl TryFrom<SchemaAsIpc<'_>> for SchemaResult
Auto Trait Implementations§
impl<'a> Freeze for SchemaAsIpc<'a>
impl<'a> RefUnwindSafe for SchemaAsIpc<'a>
impl<'a> Send for SchemaAsIpc<'a>
impl<'a> Sync for SchemaAsIpc<'a>
impl<'a> Unpin for SchemaAsIpc<'a>
impl<'a> UnwindSafe for SchemaAsIpc<'a>
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
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
Source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T
in a tonic::Request