pub struct BasicCollectionWithOnlyBrokenParentId;
Trait Implementations§
source§impl Collection for BasicCollectionWithOnlyBrokenParentId
impl Collection for BasicCollectionWithOnlyBrokenParentId
§type PrimaryKey = u64
type PrimaryKey = u64
The unique id type. Each document stored in a collection will be
uniquely identified by this type. Read more
source§fn collection_name() -> CollectionName
fn collection_name() -> CollectionName
Auto Trait Implementations§
impl RefUnwindSafe for BasicCollectionWithOnlyBrokenParentId
impl Send for BasicCollectionWithOnlyBrokenParentId
impl Sync for BasicCollectionWithOnlyBrokenParentId
impl Unpin for BasicCollectionWithOnlyBrokenParentId
impl UnwindSafe for BasicCollectionWithOnlyBrokenParentId
Blanket Implementations§
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> Schema for Twhere
T: 'static + Collection,
impl<T> Schema for Twhere
T: 'static + Collection,
source§fn schema_name() -> SchemaName
fn schema_name() -> SchemaName
Returns the unique
SchemaName
for this schema.