Struct gpui2::DispatchNodeId
source · pub struct DispatchNodeId(_);
Trait Implementations§
source§impl Clone for DispatchNodeId
impl Clone for DispatchNodeId
source§fn clone(&self) -> DispatchNodeId
fn clone(&self) -> DispatchNodeId
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 DispatchNodeId
impl Debug for DispatchNodeId
source§impl Hash for DispatchNodeId
impl Hash for DispatchNodeId
source§impl PartialEq<DispatchNodeId> for DispatchNodeId
impl PartialEq<DispatchNodeId> for DispatchNodeId
source§fn eq(&self, other: &DispatchNodeId) -> bool
fn eq(&self, other: &DispatchNodeId) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for DispatchNodeId
impl Eq for DispatchNodeId
impl StructuralEq for DispatchNodeId
impl StructuralPartialEq for DispatchNodeId
Auto Trait Implementations§
impl RefUnwindSafe for DispatchNodeId
impl Send for DispatchNodeId
impl Sync for DispatchNodeId
impl Unpin for DispatchNodeId
impl UnwindSafe for DispatchNodeId
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
§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,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§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,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.