pub struct Utf8Array { /* private fields */ }Expand description
A UTF-8 array with one string slot per logical row.
Implementations§
Source§impl Utf8Array
impl Utf8Array
Trait Implementations§
impl Eq for Utf8Array
impl StructuralPartialEq for Utf8Array
Auto Trait Implementations§
impl Freeze for Utf8Array
impl RefUnwindSafe for Utf8Array
impl Send for Utf8Array
impl Sync for Utf8Array
impl Unpin for Utf8Array
impl UnsafeUnpin for Utf8Array
impl UnwindSafe for Utf8Array
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