Struct arrow2::scalar::DictionaryScalar
source · pub struct DictionaryScalar<K: DictionaryKey> { /* private fields */ }
Expand description
The DictionaryArray
equivalent of Array
for Scalar
.
Implementations§
source§impl<K: DictionaryKey> DictionaryScalar<K>
impl<K: DictionaryKey> DictionaryScalar<K>
Trait Implementations§
source§impl<K: Clone + DictionaryKey> Clone for DictionaryScalar<K>
impl<K: Clone + DictionaryKey> Clone for DictionaryScalar<K>
source§fn clone(&self) -> DictionaryScalar<K>
fn clone(&self) -> DictionaryScalar<K>
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<K: Debug + DictionaryKey> Debug for DictionaryScalar<K>
impl<K: Debug + DictionaryKey> Debug for DictionaryScalar<K>
source§impl<K: DictionaryKey> PartialEq for DictionaryScalar<K>
impl<K: DictionaryKey> PartialEq for DictionaryScalar<K>
Auto Trait Implementations§
impl<K> Freeze for DictionaryScalar<K>
impl<K> !RefUnwindSafe for DictionaryScalar<K>
impl<K> Send for DictionaryScalar<K>
impl<K> Sync for DictionaryScalar<K>
impl<K> Unpin for DictionaryScalar<K>where
K: Unpin,
impl<K> !UnwindSafe for DictionaryScalar<K>
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