Struct pliantdb_core::connection::Collection[][src]

pub struct Collection<'a, Cn, Cl> { /* fields omitted */ }
Expand description

Interacts with a collection over a Connection.

Implementations

Creates a new instance using connection.

Adds a new Document<Cl> with the contents item.

Retrieves a Document<Cl> with id from the connection.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

Should always be Self

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.