pub struct RpcEndhostApiDiscoveryService;Expand description
RPC paths for the Endhost API Discovery service.
Implementations§
Source§impl RpcEndhostApiDiscoveryService
impl RpcEndhostApiDiscoveryService
Sourcepub const SERVICE_PATH: &'static str = "/endhost.discovery.v1.EndhostApiDiscoveryService"
pub const SERVICE_PATH: &'static str = "/endhost.discovery.v1.EndhostApiDiscoveryService"
Service path for the Endhost API Discovery service.
Sourcepub const GET_ENDHOST_APIS_PATH: &'static str = "/GetEndhostApis"
pub const GET_ENDHOST_APIS_PATH: &'static str = "/GetEndhostApis"
RPC path for the GetEndhostApis method.
Auto Trait Implementations§
impl Freeze for RpcEndhostApiDiscoveryService
impl RefUnwindSafe for RpcEndhostApiDiscoveryService
impl Send for RpcEndhostApiDiscoveryService
impl Sync for RpcEndhostApiDiscoveryService
impl Unpin for RpcEndhostApiDiscoveryService
impl UnsafeUnpin for RpcEndhostApiDiscoveryService
impl UnwindSafe for RpcEndhostApiDiscoveryService
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