pub struct MessageDecoder { /* private fields */ }Implementations§
Source§impl MessageDecoder
impl MessageDecoder
pub fn new(descriptor: &MessageDescriptor, config: &PtarsConfig) -> Self
pub fn finish(self) -> RecordBatch
Auto Trait Implementations§
impl Freeze for MessageDecoder
impl RefUnwindSafe for MessageDecoder
impl Send for MessageDecoder
impl Sync for MessageDecoder
impl Unpin for MessageDecoder
impl UnsafeUnpin for MessageDecoder
impl UnwindSafe for MessageDecoder
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