pub struct Utf8Array { /* private fields */ }Expand description
UTF-8 string array
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Utf8Array
impl RefUnwindSafe for Utf8Array
impl Send for Utf8Array
impl Sync for Utf8Array
impl Unpin 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