Docs.rs
  • revolt-database-0.8.8
    • revolt-database 0.8.8
    • Permalink
    • Docs.rs crate page
    • AGPL-3.0-or-later
    • Links
    • crates.io
    • Source
    • Owners
    • insertish
    • Dependencies
      • amqprs ^1.7.0 normal
      • async-lock ^2.8.0 normal
      • async-recursion ^1.0.4 normal
      • async-std ^1.8.0 normal optional
      • async-trait ^0.1.51 normal
      • authifier ^1.0.15 normal
      • axum ^0.7.5 normal optional
      • base64 ^0.21.3 normal
      • bson ^2.1.0 normal optional
      • deadqueue ^0.2.4 normal
      • decancer ^1.6.2 normal
      • fcm_v1 ^0.3.0 normal
      • futures ^0.3.19 normal
      • indexmap ^1.9.1 normal
      • isahc ^1.7 normal optional
      • iso8601-timestamp ^0.2.10 normal
      • linkify ^0.8.1 normal optional
      • log ^0.4 normal
      • lru ^0.11.0 normal
      • mongodb ^3.1.0 normal optional
      • nanoid ^0.4.0 normal
      • once_cell ^1.17 normal
      • rand ^0.8.5 normal
      • redis-kiss ^0.1.4 normal
      • regex ^1 normal
      • revolt-config ^0.8.8 normal
      • revolt-models ^0.8.8 normal
      • revolt-parser ^0.8.8 normal
      • revolt-permissions ^0.8.8 normal
      • revolt-presence ^0.8.8 normal
      • revolt-result ^0.8.8 normal
      • revolt_a2 ^0.10 normal
      • revolt_okapi ^0.9.1 normal optional
      • revolt_optional_struct ^0.2.0 normal
      • revolt_rocket_okapi ^0.10.0 normal optional
      • rocket ^0.5.1 normal optional
      • schemars ^0.8.8 normal optional
      • serde ^1 normal
      • serde_json ^1 normal
      • ulid ^1.0.0 normal
      • unicode-segmentation ^1.10.1 normal
      • url-escape ^0.1.1 normal optional
      • validator ^0.16 normal
      • web-push ^0.10.0 normal
    • Versions
    • 51.72% of the crate is documented
  • Platform
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

AbstractDatabase

revolt_database0.8.8

AbstractDatabase

Implementors

In crate revolt_database

Modules

  • events
  • tasks
  • util

Macros

  • fixture
  • query

Structs

  • AMQP
  • AppendMessage
  • Bot
  • BotInformation
  • Category
  • ChannelCompositeKey
  • ChannelUnread
  • DocumentId
  • Emoji
  • File
  • FileHash
  • FileUsedFor
  • Interactions
  • Masquerade
  • Member
  • MemberCompositeKey
  • Message
  • MessageFilter
  • MessageFlagsValue
  • MessageQuery
  • MigrationInfo
  • MongoDb
  • PartialBot
  • PartialChannel
  • PartialFile
  • PartialFileHash
  • PartialMember
  • PartialMessage
  • PartialRole
  • PartialServer
  • PartialUser
  • PartialWebhook
  • PolicyChange
  • RatelimitEvent
  • ReferenceDb
  • Relationship
  • Report
  • Role
  • Server
  • ServerBan
  • Snapshot
  • SystemMessageChannels
  • User
  • UserProfile
  • UserStatus
  • Webhook

Enums

  • Channel
  • ChunkedServerMembersGenerator
  • Database
  • DatabaseInfo
  • EmojiParent
  • FieldsBot
  • FieldsChannel
  • FieldsMember
  • FieldsMessage
  • FieldsRole
  • FieldsServer
  • FieldsUser
  • FieldsWebhook
  • FileUsedForType
  • Invite
  • MessageTimePeriod
  • Metadata
  • Presence
  • RatelimitEventType
  • RelationshipStatus
  • RemovalIntention
  • SnapshotContent
  • SystemMessage
  • UserHint

Statics

  • DISCRIMINATOR_SEARCH_SPACE

Traits

  • AbstractAttachmentHashes
  • AbstractAttachments
  • AbstractBots
  • AbstractChannelInvites
  • AbstractChannelUnreads
  • AbstractChannels
  • AbstractDatabase
  • AbstractEmojis
  • AbstractMessages
  • AbstractMigrations
  • AbstractPolicyChange
  • AbstractRatelimitEvents
  • AbstractReport
  • AbstractServerBans
  • AbstractServerMembers
  • AbstractServers
  • AbstractSnapshot
  • AbstractUserSettings
  • AbstractUsers
  • AbstractWebhooks
  • IntoDocumentPath
  • UserSettingsImpl

Functions

  • if_false
  • if_option_false
  • prefix_keys

Type Aliases

  • UserSettings
revolt_database

Trait AbstractDatabase

Settings
Help
Source
pub trait AbstractDatabase:
    Sync
    + Send
    + AbstractMigrations
    + AbstractBots
    + AbstractChannels
    + AbstractChannelInvites
    + AbstractChannelUnreads
    + AbstractWebhooks
    + AbstractEmojis
    + AbstractAttachmentHashes
    + AbstractAttachments
    + AbstractMessages
    + AbstractPolicyChange
    + AbstractRatelimitEvents
    + AbstractReport
    + AbstractSnapshot
    + AbstractServerBans
    + AbstractServerMembers
    + AbstractServers
    + AbstractUserSettings
    + AbstractUsers { }

Implementors§

Source§

impl AbstractDatabase for MongoDb

Source§

impl AbstractDatabase for ReferenceDb