Docs.rs
gitlab_client-0.15.1
gitlab_client 0.15.1
Permalink
Docs.rs crate page
AGPL-3.0-or-later
Links
Homepage
Repository
crates.io
Source
Owners
demurgos
Dependencies
bytes ^1.6.0
normal
chrono ^0.4.24
normal
compact_str ^0.7.1
normal
demurgos_headers ^0.4.1
normal
optional
futures ^0.3.30
normal
http ^1.1.0
normal
optional
http-body ^1.0.0
normal
optional
http-body-util ^0.1.1
normal
optional
itoa ^1.0.6
normal
reqwest ^0.11.14
normal
optional
serde ^1.0.155
normal
optional
serde_json ^1.0.94
normal
optional
thiserror ^1.0.40
normal
tower-service ^0.3.2
normal
url ^2.3.1
normal
Versions
5.56%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
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
GetRef
gitlab_
client
0.15.1
GetRef
Required Methods
get_ref
Implementors
In gitlab_
client::
context
gitlab_client
::
context
Trait
GetRef
Copy item path
Source
pub trait GetRef<T: ?
Sized
> { // Required method fn
get_ref
(&self) ->
&T
; }
Required Methods
§
Source
fn
get_ref
(&self) ->
&T
Implementors
§
Source
§
impl<TyUserAgent>
GetRef
<
GitlabUrl
> for
Context
<
GitlabUrl
, TyUserAgent>