pub struct GlobalReactionId(/* private fields */);Expand description
Global identifier for a reaction.
Implementations§
Source§impl GlobalReactionId
impl GlobalReactionId
pub fn new(container: ReactorId, local: LocalReactionId) -> Self
Trait Implementations§
Source§impl Clone for GlobalReactionId
impl Clone for GlobalReactionId
Source§fn clone(&self) -> GlobalReactionId
fn clone(&self) -> GlobalReactionId
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 GlobalReactionId
impl Debug for GlobalReactionId
Source§impl Display for GlobalReactionId
impl Display for GlobalReactionId
Source§impl Hash for GlobalReactionId
impl Hash for GlobalReactionId
Source§impl Ord for GlobalReactionId
impl Ord for GlobalReactionId
Source§fn cmp(&self, other: &GlobalReactionId) -> Ordering
fn cmp(&self, other: &GlobalReactionId) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for GlobalReactionId
impl PartialEq for GlobalReactionId
Source§impl PartialOrd for GlobalReactionId
impl PartialOrd for GlobalReactionId
impl Copy for GlobalReactionId
impl Eq for GlobalReactionId
impl StructuralPartialEq for GlobalReactionId
Auto Trait Implementations§
impl Freeze for GlobalReactionId
impl RefUnwindSafe for GlobalReactionId
impl Send for GlobalReactionId
impl Sync for GlobalReactionId
impl Unpin for GlobalReactionId
impl UnwindSafe for GlobalReactionId
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,
§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§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 Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.