appwrite 0.3.0

Appwrite SDK for Rust
Documentation
//! Enums for Appwrite SDK

pub mod authenticator_type;
pub use authenticator_type::AuthenticatorType;
pub mod authentication_factor;
pub use authentication_factor::AuthenticationFactor;
pub mod o_auth_provider;
pub use o_auth_provider::OAuthProvider;
pub mod browser;
pub use browser::Browser;
pub mod credit_card;
pub use credit_card::CreditCard;
pub mod flag;
pub use flag::Flag;
pub mod theme;
pub use theme::Theme;
pub mod timezone;
pub use timezone::Timezone;
pub mod browser_permission;
pub use browser_permission::BrowserPermission;
pub mod image_format;
pub use image_format::ImageFormat;
pub mod backup_services;
pub use backup_services::BackupServices;
pub mod relationship_type;
pub use relationship_type::RelationshipType;
pub mod relation_mutate;
pub use relation_mutate::RelationMutate;
pub mod databases_index_type;
pub use databases_index_type::DatabasesIndexType;
pub mod order_by;
pub use order_by::OrderBy;
pub mod runtime;
pub use runtime::Runtime;
pub mod scopes;
pub use scopes::Scopes;
pub mod template_reference_type;
pub use template_reference_type::TemplateReferenceType;
pub mod vcs_reference_type;
pub use vcs_reference_type::VCSReferenceType;
pub mod deployment_download_type;
pub use deployment_download_type::DeploymentDownloadType;
pub mod execution_method;
pub use execution_method::ExecutionMethod;
pub mod name;
pub use name::Name;
pub mod message_priority;
pub use message_priority::MessagePriority;
pub mod smtp_encryption;
pub use smtp_encryption::SmtpEncryption;
pub mod protocol_id;
pub use protocol_id::ProtocolId;
pub mod service_id;
pub use service_id::ServiceId;
pub mod framework;
pub use framework::Framework;
pub mod build_runtime;
pub use build_runtime::BuildRuntime;
pub mod adapter;
pub use adapter::Adapter;
pub mod compression;
pub use compression::Compression;
pub mod image_gravity;
pub use image_gravity::ImageGravity;
pub mod tables_db_index_type;
pub use tables_db_index_type::TablesDBIndexType;
pub mod password_hash;
pub use password_hash::PasswordHash;
pub mod messaging_provider_type;
pub use messaging_provider_type::MessagingProviderType;
pub mod database_type;
pub use database_type::DatabaseType;
pub mod attribute_status;
pub use attribute_status::AttributeStatus;
pub mod column_status;
pub use column_status::ColumnStatus;
pub mod index_status;
pub use index_status::IndexStatus;
pub mod deployment_status;
pub use deployment_status::DeploymentStatus;
pub mod execution_trigger;
pub use execution_trigger::ExecutionTrigger;
pub mod execution_status;
pub use execution_status::ExecutionStatus;
pub mod platform_type;
pub use platform_type::PlatformType;
pub mod health_antivirus_status;
pub use health_antivirus_status::HealthAntivirusStatus;
pub mod health_check_status;
pub use health_check_status::HealthCheckStatus;
pub mod message_status;
pub use message_status::MessageStatus;