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§impl PartialOrd for ExternReplyKey
impl PartialOrd for ExternReplyKey
impl Eq for ExternReplyKey
impl StructuralPartialEq for ExternReplyKey
Auto Trait Implementations§
impl Freeze for ExternReplyKey
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