pub struct LegacyTranscodeState { /* private fields */ }Expand description
File-scoped state for legacy Arrow transcoding.
Trait Implementations§
Source§impl Debug for LegacyTranscodeState
impl Debug for LegacyTranscodeState
Auto Trait Implementations§
impl Freeze for LegacyTranscodeState
impl RefUnwindSafe for LegacyTranscodeState
impl Send for LegacyTranscodeState
impl Sync for LegacyTranscodeState
impl Unpin for LegacyTranscodeState
impl UnsafeUnpin for LegacyTranscodeState
impl UnwindSafe for LegacyTranscodeState
Blanket Implementations§
impl<T> Allocation for T
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