pub struct HttpRequestCancellationKey { /* private fields */ }Trait Implementations§
Source§impl Clone for HttpRequestCancellationKey
impl Clone for HttpRequestCancellationKey
Source§fn clone(&self) -> HttpRequestCancellationKey
fn clone(&self) -> HttpRequestCancellationKey
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 Debug for HttpRequestCancellationKey
impl Debug for HttpRequestCancellationKey
impl Eq for HttpRequestCancellationKey
Source§impl Hash for HttpRequestCancellationKey
impl Hash for HttpRequestCancellationKey
impl StructuralPartialEq for HttpRequestCancellationKey
Auto Trait Implementations§
impl Freeze for HttpRequestCancellationKey
impl RefUnwindSafe for HttpRequestCancellationKey
impl Send for HttpRequestCancellationKey
impl Sync for HttpRequestCancellationKey
impl Unpin for HttpRequestCancellationKey
impl UnsafeUnpin for HttpRequestCancellationKey
impl UnwindSafe for HttpRequestCancellationKey
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