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