Module rincon_client::client [] [src]

Re-export of all public types of the client API.

If your application needs a lot of types from the client API you may import them from this client module instead of digging through the various sub-modules.

Re-exports

pub use super::admin::methods::*;
pub use super::admin::types::*;
pub use super::aql::methods::*;
pub use super::aql::types::*;
pub use super::auth::methods::*;
pub use super::auth::types::*;
pub use super::collection::methods::*;
pub use super::collection::types::*;
pub use super::cursor::methods::*;
pub use super::cursor::types::*;
pub use super::database::methods::*;
pub use super::database::types::*;
pub use super::document::methods::*;
pub use super::document::types::*;
pub use super::graph::methods::*;
pub use super::graph::types::*;
pub use super::index::methods::*;
pub use super::index::types::*;
pub use super::user::methods::*;
pub use super::user::types::*;