Module gitlab::api::endpoint_prelude
source · Expand description
Endpoint prelude
This module re-exports all of the types needed for endpoints to implement the
Endpoint trait.
Re-exports§
pub use crate::api::BodyError;pub use crate::api::Client;pub use crate::api::Endpoint;pub use crate::api::FormParams;pub use crate::api::JsonParams;pub use crate::api::Pageable;pub use crate::api::QueryParams;pub use crate::api::UrlBase;
Structs§
- The Request Method (VERB)
Enums§
- A clone-on-write smart pointer.