pub struct StringArray<'a> { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl<'a> Clone for StringArray<'a>
impl<'a> Clone for StringArray<'a>
Source§fn clone(&self) -> StringArray<'a>
fn clone(&self) -> StringArray<'a>
Returns a copy 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 moreSource§impl<'a> From<&'a [&'a str]> for StringArray<'a>
impl<'a> From<&'a [&'a str]> for StringArray<'a>
Source§fn from(value: &[&'a str]) -> StringArray<'a>
fn from(value: &[&'a str]) -> StringArray<'a>
Converts to this type from the input type.
Auto Trait Implementations§
impl<'a> Freeze for StringArray<'a>
impl<'a> RefUnwindSafe for StringArray<'a>
impl<'a> !Send for StringArray<'a>
impl<'a> !Sync for StringArray<'a>
impl<'a> Unpin for StringArray<'a>
impl<'a> UnwindSafe for StringArray<'a>
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