[−][src]Struct ena::archiver::YotsubaArchiver  
Implementations
impl<S, R, D, H> YotsubaArchiver<S, R, D, H> where
    R: RowTrait,
    D: DatabaseTrait<S, R>,
    H: HttpClient, [src]
R: RowTrait,
D: DatabaseTrait<S, R>,
H: HttpClient,
pub async fn new(db_client: D, http_client: H, config: Config) -> Self[src]
pub fn is_finished(&self) -> bool[src]
pub async fn run<'_>(&'_ self) -> Result<()>[src]
Trait Implementations
impl Archiver for YotsubaArchiver<Statement, Row, Pool, Client>[src]
fn run_inner<'life0, 'async_trait>(
    &'life0 self
) -> Pin<Box<dyn Future<Output = Result<()>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, [src]
&'life0 self
) -> Pin<Box<dyn Future<Output = Result<()>> + Send + 'async_trait>> where
'life0: 'async_trait,
Self: 'async_trait,
impl Archiver for YotsubaArchiver<Statement, Row, Client, Client>[src]
Auto Trait Implementations
impl<S, R, D, H> RefUnwindSafe for YotsubaArchiver<S, R, D, H> where
    D: RefUnwindSafe,
    H: RefUnwindSafe,
    R: RefUnwindSafe,
    S: RefUnwindSafe, 
D: RefUnwindSafe,
H: RefUnwindSafe,
R: RefUnwindSafe,
S: RefUnwindSafe,
impl<S, R, D, H> Send for YotsubaArchiver<S, R, D, H> where
    R: Send,
    S: Send, 
R: Send,
S: Send,
impl<S, R, D, H> Sync for YotsubaArchiver<S, R, D, H> where
    R: Sync,
    S: Sync, 
R: Sync,
S: Sync,
impl<S, R, D, H> Unpin for YotsubaArchiver<S, R, D, H> where
    D: Unpin,
    H: Unpin,
    R: Unpin,
    S: Unpin, 
D: Unpin,
H: Unpin,
R: Unpin,
S: Unpin,
impl<S, R, D, H> UnwindSafe for YotsubaArchiver<S, R, D, H> where
    D: UnwindSafe,
    H: UnwindSafe,
    R: UnwindSafe,
    S: UnwindSafe, 
D: UnwindSafe,
H: UnwindSafe,
R: UnwindSafe,
S: UnwindSafe,
Blanket Implementations
impl<T> Any for T where
    T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
    T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
    T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
    U: From<T>, [src]
U: From<T>,
impl<T> Same<T> for T
type Output = T
Should always be Self
impl<T> Sealed<T> for T where
    T: ?Sized, 
T: ?Sized,
impl<T, U> TryFrom<U> for T where
    U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 
V: MultiLane<T>,