pub struct IntegerArray;
Trait Implementations§
Source§impl Clone for IntegerArray
impl Clone for IntegerArray
Source§fn clone(&self) -> IntegerArray
fn clone(&self) -> IntegerArray
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for IntegerArray
impl Debug for IntegerArray
Source§impl<'a> OptionType<'a> for IntegerArray
impl<'a> OptionType<'a> for IntegerArray
type OutputValue = Option<Vec<i64>>
type DefaultValue = ()
fn convert_default(_value: &()) -> Option<Value>
fn from_value(value: &Option<Value>) -> Self::OutputValue
fn get_value_type() -> ValueType
Auto Trait Implementations§
impl Freeze for IntegerArray
impl RefUnwindSafe for IntegerArray
impl Send for IntegerArray
impl Sync for IntegerArray
impl Unpin for IntegerArray
impl UnwindSafe for IntegerArray
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