Struct mongodb::Namespace [−][src]
Expand description
A struct modeling the canonical name for a collection in MongoDB.
Fields
db: StringThe name of the database associated with this namespace.
coll: StringThe name of the collection this namespace corresponds to.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Namespaceimpl UnwindSafe for NamespaceBlanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
type Output = T
type Output = TShould always be Self
pub fn vzip(self) -> V