Struct datafusion::common::arrow::ipc::gen::Schema::LargeUtf8Args
source · pub struct LargeUtf8Args {}
Trait Implementations§
source§impl<'a> Default for LargeUtf8Args
impl<'a> Default for LargeUtf8Args
source§fn default() -> LargeUtf8Args
fn default() -> LargeUtf8Args
Returns the “default value” for a type. Read more
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