pub struct DefaultIntegerArray;
Trait Implementations§
Source§impl Clone for DefaultIntegerArray
impl Clone for DefaultIntegerArray
Source§fn clone(&self) -> DefaultIntegerArray
fn clone(&self) -> DefaultIntegerArray
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 DefaultIntegerArray
impl Debug for DefaultIntegerArray
Source§impl<'a> OptionType<'a> for DefaultIntegerArray
impl<'a> OptionType<'a> for DefaultIntegerArray
type OutputValue = Vec<i64>
type DefaultValue = i64
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 DefaultIntegerArray
impl RefUnwindSafe for DefaultIntegerArray
impl Send for DefaultIntegerArray
impl Sync for DefaultIntegerArray
impl Unpin for DefaultIntegerArray
impl UnwindSafe for DefaultIntegerArray
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