Struct datafusion::execution::memory_manager::MemoryConsumerId
source · Expand description
Id that uniquely identifies a Memory Consumer
Fields§
§partition_id: usize
partition the consumer belongs to
id: usize
unique id
Implementations§
Trait Implementations§
source§impl Clone for MemoryConsumerId
impl Clone for MemoryConsumerId
source§fn clone(&self) -> MemoryConsumerId
fn clone(&self) -> MemoryConsumerId
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 MemoryConsumerId
impl Debug for MemoryConsumerId
source§impl Display for MemoryConsumerId
impl Display for MemoryConsumerId
source§impl Hash for MemoryConsumerId
impl Hash for MemoryConsumerId
source§impl PartialEq<MemoryConsumerId> for MemoryConsumerId
impl PartialEq<MemoryConsumerId> for MemoryConsumerId
source§fn eq(&self, other: &MemoryConsumerId) -> bool
fn eq(&self, other: &MemoryConsumerId) -> bool
impl Eq for MemoryConsumerId
impl StructuralEq for MemoryConsumerId
impl StructuralPartialEq for MemoryConsumerId
Auto Trait Implementations§
impl RefUnwindSafe for MemoryConsumerId
impl Send for MemoryConsumerId
impl Sync for MemoryConsumerId
impl Unpin for MemoryConsumerId
impl UnwindSafe for MemoryConsumerId
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.