Struct arrow_ipc::gen::Schema::Utf8ViewArgs
source · pub struct Utf8ViewArgs {}
Trait Implementations§
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