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