Struct skar_client::ArrowIpc
source · pub struct ArrowIpc;Trait Implementations§
source§impl TransportFormat for ArrowIpc
impl TransportFormat for ArrowIpc
Auto Trait Implementations§
impl RefUnwindSafe for ArrowIpc
impl Send for ArrowIpc
impl Sync for ArrowIpc
impl Unpin for ArrowIpc
impl UnwindSafe for ArrowIpc
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