Struct garage_table::table::Table
source · [−]pub struct Table<F: TableSchema + 'static, R: TableReplication + 'static> {
pub system: Arc<System>,
pub data: Arc<TableData<F, R>>,
pub merkle_updater: Arc<MerkleUpdater<F, R>>,
pub syncer: Arc<TableSyncer<F, R>>,
/* private fields */
}Fields
system: Arc<System>data: Arc<TableData<F, R>>merkle_updater: Arc<MerkleUpdater<F, R>>syncer: Arc<TableSyncer<F, R>>Implementations
Auto Trait Implementations
impl<F, R> !RefUnwindSafe for Table<F, R>
impl<F, R> !UnwindSafe for Table<F, R>
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more