Struct atuin_daemon::server::HistoryService
source · pub struct HistoryService { /* private fields */ }
Implementations§
source§impl HistoryService
impl HistoryService
pub fn new(store: HistoryStore, history_db: HistoryDatabase) -> Self
Trait Implementations§
source§impl Debug for HistoryService
impl Debug for HistoryService
source§impl History for HistoryService
impl History for HistoryService
fn start_history<'life0, 'async_trait>(
&'life0 self,
request: Request<StartHistoryRequest>,
) -> Pin<Box<dyn Future<Output = Result<Response<StartHistoryReply>, Status>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn end_history<'life0, 'async_trait>(
&'life0 self,
request: Request<EndHistoryRequest>,
) -> Pin<Box<dyn Future<Output = Result<Response<EndHistoryReply>, Status>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
Auto Trait Implementations§
impl Freeze for HistoryService
impl !RefUnwindSafe for HistoryService
impl Send for HistoryService
impl Sync for HistoryService
impl Unpin for HistoryService
impl !UnwindSafe for HistoryService
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
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> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moresource§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