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