pub struct GlobalResponseId { /* private fields */ }Expand description
Globally-unique identifier for a response to a specific request.
Implementations§
Trait Implementations§
Source§impl Clone for GlobalResponseId
impl Clone for GlobalResponseId
Source§fn clone(&self) -> GlobalResponseId
fn clone(&self) -> GlobalResponseId
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Hash for GlobalResponseId
impl Hash for GlobalResponseId
Source§impl PartialEq for GlobalResponseId
impl PartialEq for GlobalResponseId
Source§fn eq(&self, other: &GlobalResponseId) -> bool
fn eq(&self, other: &GlobalResponseId) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for GlobalResponseId
impl Eq for GlobalResponseId
impl StructuralPartialEq for GlobalResponseId
Auto Trait Implementations§
impl Freeze for GlobalResponseId
impl RefUnwindSafe for GlobalResponseId
impl Send for GlobalResponseId
impl Sync for GlobalResponseId
impl Unpin for GlobalResponseId
impl UnsafeUnpin for GlobalResponseId
impl UnwindSafe for GlobalResponseId
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