Struct proxy_sdk::GrpcCancelHandle
source · pub struct GrpcCancelHandle(/* private fields */);
Expand description
GRPC Call Handle to cancel a request
Implementations§
Trait Implementations§
source§impl Debug for GrpcCancelHandle
impl Debug for GrpcCancelHandle
source§impl Display for GrpcCancelHandle
impl Display for GrpcCancelHandle
source§impl PartialEq<GrpcCancelHandle> for u32
impl PartialEq<GrpcCancelHandle> for u32
source§fn eq(&self, other: &GrpcCancelHandle) -> bool
fn eq(&self, other: &GrpcCancelHandle) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialEq<u32> for GrpcCancelHandle
impl PartialEq<u32> for GrpcCancelHandle
Auto Trait Implementations§
impl RefUnwindSafe for GrpcCancelHandle
impl Send for GrpcCancelHandle
impl Sync for GrpcCancelHandle
impl Unpin for GrpcCancelHandle
impl UnwindSafe for GrpcCancelHandle
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