pub struct DefaultStringArray;
Trait Implementations§
Source§impl Clone for DefaultStringArray
impl Clone for DefaultStringArray
Source§fn clone(&self) -> DefaultStringArray
fn clone(&self) -> DefaultStringArray
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 Debug for DefaultStringArray
impl Debug for DefaultStringArray
Source§impl<'a> OptionType<'a> for DefaultStringArray
impl<'a> OptionType<'a> for DefaultStringArray
type OutputValue = Vec<String>
type DefaultValue = &'a str
fn convert_default(value: &Self::DefaultValue) -> Option<Value>
fn from_value(value: &Option<Value>) -> Self::OutputValue
fn get_value_type() -> ValueType
Auto Trait Implementations§
impl Freeze for DefaultStringArray
impl RefUnwindSafe for DefaultStringArray
impl Send for DefaultStringArray
impl Sync for DefaultStringArray
impl Unpin for DefaultStringArray
impl UnwindSafe for DefaultStringArray
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