pub struct IntegrationServiceCompleteProviderConnection;Trait Implementations§
Source§impl Rpc for IntegrationServiceCompleteProviderConnection
impl Rpc for IntegrationServiceCompleteProviderConnection
const METHOD: &'static MethodDescriptor
type Request = CompleteProviderConnectionRequest
type Response = MutationResponse
impl UnaryRpc for IntegrationServiceCompleteProviderConnection
Auto Trait Implementations§
impl Freeze for IntegrationServiceCompleteProviderConnection
impl RefUnwindSafe for IntegrationServiceCompleteProviderConnection
impl Send for IntegrationServiceCompleteProviderConnection
impl Sync for IntegrationServiceCompleteProviderConnection
impl Unpin for IntegrationServiceCompleteProviderConnection
impl UnsafeUnpin for IntegrationServiceCompleteProviderConnection
impl UnwindSafe for IntegrationServiceCompleteProviderConnection
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