Struct hyperdriver::discovery::GrpcScheme
source · pub struct GrpcScheme(/* private fields */);Expand description
A scheme for the grpc protocol, which uses the first path component to determine which service to call.
This is how the gRPC protocol works natively.
Implementations§
Trait Implementations§
source§impl Debug for GrpcScheme
impl Debug for GrpcScheme
source§impl Default for GrpcScheme
impl Default for GrpcScheme
Auto Trait Implementations§
impl Freeze for GrpcScheme
impl RefUnwindSafe for GrpcScheme
impl Send for GrpcScheme
impl Sync for GrpcScheme
impl Unpin for GrpcScheme
impl UnwindSafe for GrpcScheme
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