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