pub struct Grpc { /* private fields */ }Expand description
Connect-JSON unary RPC. Prefer Grpc::client / Grpc::fake.
Implementations§
Trait Implementations§
Source§impl From<GrpcServerBuilder> for Grpc
impl From<GrpcServerBuilder> for Grpc
Source§fn from(b: GrpcServerBuilder) -> Self
fn from(b: GrpcServerBuilder) -> Self
Converts to this type from the input type.
Source§impl Plugin for Grpc
impl Plugin for Grpc
Source§fn id(&self) -> &'static str
fn id(&self) -> &'static str
Stable plugin identifier used for dependency checks and
crate::App::has_plugin. Read moreSource§fn meta(&self) -> PluginMeta
fn meta(&self) -> PluginMeta
Display name, description, and declared
PluginMeta::sdk version.Auto Trait Implementations§
impl Freeze for Grpc
impl RefUnwindSafe for Grpc
impl Send for Grpc
impl Sync for Grpc
impl Unpin for Grpc
impl UnsafeUnpin for Grpc
impl UnwindSafe for Grpc
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