pub struct StringMultiArray { /* private fields */ }
Expand description
Represents multi-array string data. Used as storage for string and dictionary array attributes.
Each element of this array is itself a StringArray
Implementations§
Auto Trait Implementations§
impl Freeze for StringMultiArray
impl !RefUnwindSafe for StringMultiArray
impl Send for StringMultiArray
impl Sync for StringMultiArray
impl Unpin for StringMultiArray
impl !UnwindSafe for StringMultiArray
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