Struct arrow_ipc::gen::Schema::RunEndEncodedArgs
source · pub struct RunEndEncodedArgs {}
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for RunEndEncodedArgs
impl Send for RunEndEncodedArgs
impl Sync for RunEndEncodedArgs
impl Unpin for RunEndEncodedArgs
impl UnwindSafe for RunEndEncodedArgs
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