pub struct InternReplyKey {
pub src_id: CompactString,
pub request_id: CompactString,
}
Expand description
A key type required for this client to send a reply message.
Fields§
§src_id: CompactString
§request_id: CompactString
Trait Implementations§
Source§impl Clone for InternReplyKey
impl Clone for InternReplyKey
Source§fn clone(&self) -> InternReplyKey
fn clone(&self) -> InternReplyKey
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for InternReplyKey
impl RefUnwindSafe for InternReplyKey
impl Send for InternReplyKey
impl Sync for InternReplyKey
impl Unpin for InternReplyKey
impl UnwindSafe for InternReplyKey
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