pub struct UnionVectorValuesObject { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Byterange for UnionVectorValuesObject
impl Byterange for UnionVectorValuesObject
Source§impl<'a> Children<'a> for UnionVectorValuesObject
impl<'a> Children<'a> for UnionVectorValuesObject
Source§impl Clone for UnionVectorValuesObject
impl Clone for UnionVectorValuesObject
Source§fn clone(&self) -> UnionVectorValuesObject
fn clone(&self) -> UnionVectorValuesObject
Returns a duplicate 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 UnionVectorValuesObject
impl Debug for UnionVectorValuesObject
Source§impl Hash for UnionVectorValuesObject
impl Hash for UnionVectorValuesObject
Source§impl<'a> ObjectName<'a> for UnionVectorValuesObject
impl<'a> ObjectName<'a> for UnionVectorValuesObject
fn print_object(&self, buffer: &InspectableFlatbuffer<'a>) -> String
Source§impl PartialEq for UnionVectorValuesObject
impl PartialEq for UnionVectorValuesObject
impl Copy for UnionVectorValuesObject
impl Eq for UnionVectorValuesObject
impl StructuralPartialEq for UnionVectorValuesObject
Auto Trait Implementations§
impl Freeze for UnionVectorValuesObject
impl RefUnwindSafe for UnionVectorValuesObject
impl Send for UnionVectorValuesObject
impl Sync for UnionVectorValuesObject
impl Unpin for UnionVectorValuesObject
impl UnwindSafe for UnionVectorValuesObject
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.