pub struct UnionVectorTagsObject { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Byterange for UnionVectorTagsObject
impl Byterange for UnionVectorTagsObject
Source§impl<'a> Children<'a> for UnionVectorTagsObject
impl<'a> Children<'a> for UnionVectorTagsObject
Source§impl Clone for UnionVectorTagsObject
impl Clone for UnionVectorTagsObject
Source§fn clone(&self) -> UnionVectorTagsObject
fn clone(&self) -> UnionVectorTagsObject
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 UnionVectorTagsObject
impl Debug for UnionVectorTagsObject
Source§impl Hash for UnionVectorTagsObject
impl Hash for UnionVectorTagsObject
Source§impl<'a> ObjectName<'a> for UnionVectorTagsObject
impl<'a> ObjectName<'a> for UnionVectorTagsObject
fn print_object(&self, buffer: &InspectableFlatbuffer<'a>) -> String
Source§impl PartialEq for UnionVectorTagsObject
impl PartialEq for UnionVectorTagsObject
impl Copy for UnionVectorTagsObject
impl Eq for UnionVectorTagsObject
impl StructuralPartialEq for UnionVectorTagsObject
Auto Trait Implementations§
impl Freeze for UnionVectorTagsObject
impl RefUnwindSafe for UnionVectorTagsObject
impl Send for UnionVectorTagsObject
impl Sync for UnionVectorTagsObject
impl Unpin for UnionVectorTagsObject
impl UnwindSafe for UnionVectorTagsObject
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.