pub struct LocalTimelineService { /* private fields */ }Implementations§
Source§impl LocalTimelineService
impl LocalTimelineService
pub fn new(inner: GrpcLocalService) -> Self
Trait Implementations§
Source§impl Clone for LocalTimelineService
impl Clone for LocalTimelineService
Source§fn clone(&self) -> LocalTimelineService
fn clone(&self) -> LocalTimelineService
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl TimelineService for LocalTimelineService
impl TimelineService for LocalTimelineService
fn record_operation<'life0, 'async_trait>(
&'life0 self,
request: Request<RecordTimelineOperationRequest>,
) -> Pin<Box<dyn Future<Output = Result<Response<AgentTimelineOperationRecord>, Status>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn get_operation<'life0, 'async_trait>(
&'life0 self,
request: Request<GetTimelineOperationRequest>,
) -> Pin<Box<dyn Future<Output = Result<Response<AgentTimelineOperationRecord>, Status>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn get_timeline_status<'life0, 'async_trait>(
&'life0 self,
request: Request<GetTimelineStatusRequest>,
) -> Pin<Box<dyn Future<Output = Result<Response<AgentTimelineStatus>, Status>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn list_timeline_steps<'life0, 'async_trait>(
&'life0 self,
request: Request<ListTimelineStepsRequest>,
) -> Pin<Box<dyn Future<Output = Result<Response<ListTimelineStepsResponse>, Status>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn resolve_native_tool_call<'life0, 'async_trait>(
&'life0 self,
request: Request<ResolveNativeToolCallRequest>,
) -> Pin<Box<dyn Future<Output = Result<Response<AgentTimelineStepSummary>, Status>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn seek_to_step<'life0, 'async_trait>(
&'life0 self,
request: Request<SeekTimelineToStepRequest>,
) -> Pin<Box<dyn Future<Output = Result<Response<TimelineCursorMoveResponse>, Status>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn seek_to_native_tool_call<'life0, 'async_trait>(
&'life0 self,
request: Request<SeekTimelineToNativeToolCallRequest>,
) -> Pin<Box<dyn Future<Output = Result<Response<TimelineCursorMoveResponse>, Status>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn undo_tool_call<'life0, 'async_trait>(
&'life0 self,
request: Request<TimelineCursorRequest>,
) -> Pin<Box<dyn Future<Output = Result<Response<TimelineCursorMoveResponse>, Status>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn redo_tool_call<'life0, 'async_trait>(
&'life0 self,
request: Request<TimelineCursorRequest>,
) -> Pin<Box<dyn Future<Output = Result<Response<TimelineCursorMoveResponse>, Status>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn create_timeline_branch<'life0, 'async_trait>(
&'life0 self,
request: Request<CreateTimelineBranchRequest>,
) -> Pin<Box<dyn Future<Output = Result<Response<CreateTimelineBranchResponse>, Status>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn preview_timeline_seek<'life0, 'async_trait>(
&'life0 self,
request: Request<PreviewTimelineSeekRequest>,
) -> Pin<Box<dyn Future<Output = Result<Response<TimelineSeekPreview>, Status>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn materialize_timeline_cursor<'life0, 'async_trait>(
&'life0 self,
request: Request<MaterializeTimelineCursorRequest>,
) -> Pin<Box<dyn Future<Output = Result<Response<TimelineMaterializeResponse>, Status>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn fork_timeline_from_selector<'life0, 'async_trait>(
&'life0 self,
request: Request<ForkTimelineFromSelectorRequest>,
) -> Pin<Box<dyn Future<Output = Result<Response<ForkTimelineFromSelectorResponse>, Status>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn reset_timeline_cursor<'life0, 'async_trait>(
&'life0 self,
request: Request<ResetTimelineCursorRequest>,
) -> Pin<Box<dyn Future<Output = Result<Response<ResetTimelineCursorResponse>, Status>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn recover_timeline_materialization<'life0, 'async_trait>(
&'life0 self,
request: Request<RecoverTimelineMaterializationRequest>,
) -> Pin<Box<dyn Future<Output = Result<Response<RecoverTimelineMaterializationResponse>, Status>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
Auto Trait Implementations§
impl !RefUnwindSafe for LocalTimelineService
impl !UnwindSafe for LocalTimelineService
impl Freeze for LocalTimelineService
impl Send for LocalTimelineService
impl Sync for LocalTimelineService
impl Unpin for LocalTimelineService
impl UnsafeUnpin for LocalTimelineService
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
Source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T in a tonic::Request