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