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§
Trait Implementations§
Source§impl Clone for StringMultiArray
impl Clone for StringMultiArray
Source§fn clone(&self) -> StringMultiArray
fn clone(&self) -> StringMultiArray
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto 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