Struct netsblox_vm::runtime::ExternReplyKey
source · pub struct ExternReplyKey {
pub request_id: CompactString,
}
Expand description
A key type used to await a reply message from an external source.
Fields§
§request_id: CompactString
Trait Implementations§
source§impl Clone for ExternReplyKey
impl Clone for ExternReplyKey
source§fn clone(&self) -> ExternReplyKey
fn clone(&self) -> ExternReplyKey
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 ExternReplyKey
impl Debug for ExternReplyKey
source§impl Ord for ExternReplyKey
impl Ord for ExternReplyKey
source§fn cmp(&self, other: &ExternReplyKey) -> Ordering
fn cmp(&self, other: &ExternReplyKey) -> 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 ExternReplyKey
impl PartialEq for ExternReplyKey
source§fn eq(&self, other: &ExternReplyKey) -> bool
fn eq(&self, other: &ExternReplyKey) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for ExternReplyKey
impl PartialOrd for ExternReplyKey
source§fn partial_cmp(&self, other: &ExternReplyKey) -> Option<Ordering>
fn partial_cmp(&self, other: &ExternReplyKey) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Eq for ExternReplyKey
impl StructuralEq for ExternReplyKey
impl StructuralPartialEq for ExternReplyKey
Auto Trait Implementations§
impl RefUnwindSafe for ExternReplyKey
impl Send for ExternReplyKey
impl Sync for ExternReplyKey
impl Unpin for ExternReplyKey
impl UnwindSafe for ExternReplyKey
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> 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.