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