Struct gitlab::api::deploy_keys::DeployKeys
source · pub struct DeployKeys { /* private fields */ }
Expand description
Query for deploy keys.
Implementations§
source§impl DeployKeys
impl DeployKeys
sourcepub fn builder() -> DeployKeysBuilder
pub fn builder() -> DeployKeysBuilder
Create a builder for the endpoint.
Trait Implementations§
source§impl Clone for DeployKeys
impl Clone for DeployKeys
source§fn clone(&self) -> DeployKeys
fn clone(&self) -> DeployKeys
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for DeployKeys
impl Debug for DeployKeys
source§impl Endpoint for DeployKeys
impl Endpoint for DeployKeys
source§fn parameters(&self) -> QueryParams<'_>
fn parameters(&self) -> QueryParams<'_>
Query parameters for the endpoint.
source§impl Pageable for DeployKeys
impl Pageable for DeployKeys
source§fn use_keyset_pagination(&self) -> bool
fn use_keyset_pagination(&self) -> bool
Whether the endpoint uses keyset pagination or not.
Auto Trait Implementations§
impl Freeze for DeployKeys
impl RefUnwindSafe for DeployKeys
impl Send for DeployKeys
impl Sync for DeployKeys
impl Unpin for DeployKeys
impl UnwindSafe for DeployKeys
Blanket Implementations§
source§impl<E, T, C> AsyncQuery<T, C> for E
impl<E, T, C> AsyncQuery<T, C> for E
source§fn query_async<'life0, 'life1, 'async_trait>(
&'life0 self,
client: &'life1 C
) -> Pin<Box<dyn Future<Output = Result<T, ApiError<<C as RestClient>::Error>>> + Send + 'async_trait>>where
'life0: 'async_trait,
'life1: 'async_trait,
E: 'async_trait,
fn query_async<'life0, 'life1, 'async_trait>(
&'life0 self,
client: &'life1 C
) -> Pin<Box<dyn Future<Output = Result<T, ApiError<<C as RestClient>::Error>>> + Send + 'async_trait>>where
'life0: 'async_trait,
'life1: 'async_trait,
E: 'async_trait,
Perform the query asynchronously against the client.
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more