Trait garage_table::schema::Entry[][src]

pub trait Entry<P: PartitionKey, S: SortKey>: CRDT + PartialEq + Clone + Serialize + for<'de> Deserialize<'de> + Send + Sync {
    fn partition_key(&self) -> &P;
fn sort_key(&self) -> &S; fn is_tombstone(&self) -> bool { ... } }

Required methods

fn partition_key(&self) -> &P[src]

fn sort_key(&self) -> &S[src]

Loading content...

Provided methods

fn is_tombstone(&self) -> bool[src]

Loading content...

Implementors

Loading content...