_phantom: PhantomData<Cl>, /* allows for extension traits to be written for collections of specific types */
/// Executes the query and retrieves the results with the associated [`Document`s](crate::document::OwnedDocument).
/// Executes the query and retrieves the results with the associated [`CollectionDocument`s](crate::document::CollectionDocument).
/// Lists [executed transactions](transaction::Executed) from this [`Schema`](schema::Schema). By default, a maximum of
_phantom: PhantomData<Cl>, /* allows for extension traits to be written for collections of specific types */
pub async fn overwrite<D: Document<Cl> + Send + Sync>(&self, doc: &mut D) -> Result<(), Error> {
pub async fn get<PrimaryKey>(&self, id: &PrimaryKey) -> Result<Option<OwnedDocument>, Error>
/// Executes the query and retrieves the results with the associated [`Document`s](crate::document::OwnedDocument).
/// Executes the query and retrieves the results with the associated [`CollectionDocument`s](crate::document::CollectionDocument).
impl<'a, TOwned, TBorrowed> From<std::ops::RangeFrom<TOwned>> for RangeRef<'a, TOwned, TBorrowed>
impl<'a, TOwned, TBorrowed> From<std::ops::RangeTo<TOwned>> for RangeRef<'a, TOwned, TBorrowed>
impl<'a, TOwned, TBorrowed> std::ops::RangeBounds<TBorrowed> for RangeRef<'a, TOwned, TBorrowed>
Schematic, SerializedCollection, View, ViewSchema, CollectionMapReduce, ViewMapResult, ViewMappedValue, SerializedView,
#[view(collection = MyCollection, key = u32, value = f32, name = "scores-by-rank", core = $crate)]
pub fn resolve<C: Connection>(&self, admin: &C) -> Result<Option<IdentityId>, crate::Error> {