(function() {var implementors = {}; implementors["edn"] = [{text:"impl Clone for TempId",synthetic:false,types:["edn::entities::TempId"]},{text:"impl Clone for Entid",synthetic:false,types:["edn::entities::Entid"]},{text:"impl<V: Clone> Clone for LookupRef<V>",synthetic:false,types:["edn::entities::LookupRef"]},{text:"impl Clone for TxFunction",synthetic:false,types:["edn::entities::TxFunction"]},{text:"impl<V: Clone> Clone for ValuePlace<V>",synthetic:false,types:["edn::entities::ValuePlace"]},{text:"impl<V: Clone> Clone for EntityPlace<V>",synthetic:false,types:["edn::entities::EntityPlace"]},{text:"impl Clone for AttributePlace",synthetic:false,types:["edn::entities::AttributePlace"]},{text:"impl Clone for OpType",synthetic:false,types:["edn::entities::OpType"]},{text:"impl<V: Clone> Clone for Entity<V>",synthetic:false,types:["edn::entities::Entity"]},{text:"impl Clone for Variable",synthetic:false,types:["edn::query::Variable"]},{text:"impl Clone for QueryFunction",synthetic:false,types:["edn::query::QueryFunction"]},{text:"impl Clone for Direction",synthetic:false,types:["edn::query::Direction"]},{text:"impl Clone for Order",synthetic:false,types:["edn::query::Order"]},{text:"impl Clone for SrcVar",synthetic:false,types:["edn::query::SrcVar"]},{text:"impl Clone for NonIntegerConstant",synthetic:false,types:["edn::query::NonIntegerConstant"]},{text:"impl Clone for FnArg",synthetic:false,types:["edn::query::FnArg"]},{text:"impl Clone for PatternNonValuePlace",synthetic:false,types:["edn::query::PatternNonValuePlace"]},{text:"impl Clone for IdentOrEntid",synthetic:false,types:["edn::query::IdentOrEntid"]},{text:"impl Clone for PatternValuePlace",synthetic:false,types:["edn::query::PatternValuePlace"]},{text:"impl Clone for PullConcreteAttribute",synthetic:false,types:["edn::query::PullConcreteAttribute"]},{text:"impl Clone for NamedPullAttribute",synthetic:false,types:["edn::query::NamedPullAttribute"]},{text:"impl Clone for PullAttributeSpec",synthetic:false,types:["edn::query::PullAttributeSpec"]},{text:"impl Clone for Limit",synthetic:false,types:["edn::query::Limit"]},{text:"impl Clone for VariableOrPlaceholder",synthetic:false,types:["edn::query::VariableOrPlaceholder"]},{text:"impl Clone for Binding",synthetic:false,types:["edn::query::Binding"]},{text:"impl Clone for Pattern",synthetic:false,types:["edn::query::Pattern"]},{text:"impl Clone for Predicate",synthetic:false,types:["edn::query::Predicate"]},{text:"impl Clone for WhereFn",synthetic:false,types:["edn::query::WhereFn"]},{text:"impl Clone for UnifyVars",synthetic:false,types:["edn::query::UnifyVars"]},{text:"impl Clone for OrWhereClause",synthetic:false,types:["edn::query::OrWhereClause"]},{text:"impl Clone for OrJoin",synthetic:false,types:["edn::query::OrJoin"]},{text:"impl Clone for NotJoin",synthetic:false,types:["edn::query::NotJoin"]},{text:"impl Clone for TypeAnnotation",synthetic:false,types:["edn::query::TypeAnnotation"]},{text:"impl Clone for WhereClause",synthetic:false,types:["edn::query::WhereClause"]},{text:"impl Clone for PlainSymbol",synthetic:false,types:["edn::symbols::PlainSymbol"]},{text:"impl Clone for NamespacedSymbol",synthetic:false,types:["edn::symbols::NamespacedSymbol"]},{text:"impl Clone for Keyword",synthetic:false,types:["edn::symbols::Keyword"]},{text:"impl Clone for Value",synthetic:false,types:["edn::types::Value"]},{text:"impl Clone for SpannedValue",synthetic:false,types:["edn::types::SpannedValue"]},{text:"impl Clone for Span",synthetic:false,types:["edn::types::Span"]},{text:"impl Clone for ValueAndSpan",synthetic:false,types:["edn::types::ValueAndSpan"]},{text:"impl Clone for ParseError",synthetic:false,types:["edn::parse::ParseError"]},]; implementors["mentat"] = [{text:"impl Clone for CacheDirection",synthetic:false,types:["mentat::conn::CacheDirection"]},{text:"impl Clone for CacheAction",synthetic:false,types:["mentat::conn::CacheAction"]},{text:"impl Clone for Definition",synthetic:false,types:["mentat::vocabulary::Definition"]},{text:"impl Clone for Vocabulary",synthetic:false,types:["mentat::vocabulary::Vocabulary"]},{text:"impl Clone for Vocabularies",synthetic:false,types:["mentat::vocabulary::Vocabularies"]},]; implementors["mentat_cli"] = [{text:"impl Clone for Command",synthetic:false,types:["mentat_cli::command_parser::Command"]},{text:"impl Clone for InputResult",synthetic:false,types:["mentat_cli::input::InputResult"]},]; implementors["mentat_core"] = [{text:"impl Clone for KnownEntid",synthetic:false,types:["mentat_core::types::KnownEntid"]},{text:"impl Clone for ValueType",synthetic:false,types:["mentat_core::types::ValueType"]},{text:"impl Clone for TypedValue",synthetic:false,types:["mentat_core::types::TypedValue"]},{text:"impl Clone for Binding",synthetic:false,types:["mentat_core::types::Binding"]},{text:"impl Clone for StructuredMap",synthetic:false,types:["mentat_core::types::StructuredMap"]},{text:"impl Clone for ValueTypeSet",synthetic:false,types:["mentat_core::value_type_set::ValueTypeSet"]},{text:"impl Clone for SQLTypeAffinity",synthetic:false,types:["mentat_core::sql_types::SQLTypeAffinity"]},{text:"impl Clone for Unique",synthetic:false,types:["mentat_core::attribute::Unique"]},{text:"impl<T: Clone> Clone for InternSet<T> where
    T: Eq + Hash
",synthetic:false,types:["mentat_core::intern_set::InternSet"]},{text:"impl Clone for RcCounter",synthetic:false,types:["mentat_core::counter::RcCounter"]},{text:"impl<L: Clone, R: Clone> Clone for Either<L, R>",synthetic:false,types:["mentat_core::util::Either"]},{text:"impl Clone for Attribute",synthetic:false,types:["mentat_core::Attribute"]},{text:"impl Clone for Schema",synthetic:false,types:["mentat_core::Schema"]},]; implementors["mentat_db"] = [{text:"impl Clone for CardinalityConflict",synthetic:false,types:["mentat_db::errors::CardinalityConflict"]},{text:"impl Clone for SchemaConstraintViolation",synthetic:false,types:["mentat_db::errors::SchemaConstraintViolation"]},{text:"impl Clone for InputError",synthetic:false,types:["mentat_db::errors::InputError"]},{text:"impl Clone for DbSqlErrorKind",synthetic:false,types:["mentat_db::errors::DbSqlErrorKind"]},{text:"impl Clone for AttributeCaches",synthetic:false,types:["mentat_db::cache::AttributeCaches"]},{text:"impl Clone for AttributeSpec",synthetic:false,types:["mentat_db::cache::AttributeSpec"]},{text:"impl Clone for SQLiteAttributeCache",synthetic:false,types:["mentat_db::cache::SQLiteAttributeCache"]},{text:"impl Clone for SearchType",synthetic:false,types:["mentat_db::db::SearchType"]},{text:"impl<E: Clone, V: Clone> Clone for Term<E, V>",synthetic:false,types:["mentat_db::internal_types::Term"]},{text:"impl Clone for LookupRefOrTempId",synthetic:false,types:["mentat_db::internal_types::LookupRefOrTempId"]},{text:"impl Clone for AttributeBuilder",synthetic:false,types:["mentat_db::schema::AttributeBuilder"]},{text:"impl Clone for Partition",synthetic:false,types:["mentat_db::types::Partition"]},{text:"impl Clone for DB",synthetic:false,types:["mentat_db::types::DB"]},{text:"impl Clone for TxReport",synthetic:false,types:["mentat_db::types::TxReport"]},]; implementors["mentat_ffi"] = [{text:"impl Clone for TransactionChange",synthetic:false,types:["mentat_ffi::TransactionChange"]},]; implementors["mentat_parser_utils"] = [{text:"impl Clone for SpanPosition",synthetic:false,types:["mentat_parser_utils::value_and_span::SpanPosition"]},{text:"impl<'a> Clone for Iter<'a>",synthetic:false,types:["mentat_parser_utils::value_and_span::Iter"]},{text:"impl<'a> Clone for Stream<'a>",synthetic:false,types:["mentat_parser_utils::value_and_span::Stream"]},{text:"impl<P: Clone, N: Clone> Clone for OfExactly<P, N>",synthetic:false,types:["mentat_parser_utils::value_and_span::OfExactly"]},]; implementors["mentat_query_algebrizer"] = [{text:"impl Clone for BindingError",synthetic:false,types:["mentat_query_algebrizer::errors::BindingError"]},{text:"impl Clone for DatomsTable",synthetic:false,types:["mentat_query_algebrizer::types::DatomsTable"]},{text:"impl Clone for DatomsColumn",synthetic:false,types:["mentat_query_algebrizer::types::DatomsColumn"]},{text:"impl Clone for FulltextColumn",synthetic:false,types:["mentat_query_algebrizer::types::FulltextColumn"]},{text:"impl Clone for VariableColumn",synthetic:false,types:["mentat_query_algebrizer::types::VariableColumn"]},{text:"impl Clone for Column",synthetic:false,types:["mentat_query_algebrizer::types::Column"]},{text:"impl Clone for SourceAlias",synthetic:false,types:["mentat_query_algebrizer::types::SourceAlias"]},{text:"impl Clone for QualifiedAlias",synthetic:false,types:["mentat_query_algebrizer::types::QualifiedAlias"]},{text:"impl Clone for QueryValue",synthetic:false,types:["mentat_query_algebrizer::types::QueryValue"]},{text:"impl Clone for OrderBy",synthetic:false,types:["mentat_query_algebrizer::types::OrderBy"]},{text:"impl Clone for EmptyBecause",synthetic:false,types:["mentat_query_algebrizer::types::EmptyBecause"]},{text:"impl<'s, 'c> Clone for Known<'s, 'c>",synthetic:false,types:["mentat_query_algebrizer::Known"]},]; implementors["mentat_query_projector"] = [{text:"impl Clone for SimpleAggregationOp",synthetic:false,types:["mentat_query_projector::aggregates::SimpleAggregationOp"]},{text:"impl<T: Clone> Clone for RelResult<T>",synthetic:false,types:["mentat_query_projector::relresult::RelResult"]},{text:"impl Clone for QueryResults",synthetic:false,types:["mentat_query_projector::QueryResults"]},]; implementors["mentat_query_sql"] = [{text:"impl Clone for Op",synthetic:false,types:["mentat_query_sql::Op"]},]; implementors["mentat_tolstoy"] = [{text:"impl Clone for TxPart",synthetic:false,types:["mentat_tolstoy::tx_processor::TxPart"]},]; if (window.register_implementors) { window.register_implementors(implementors); } else { window.pending_implementors = implementors; } })()