pub struct DeletePackage<'a> { /* private fields */ }Expand description
Deletes a project package.
Implementations§
source§impl<'a> DeletePackage<'a>
 
impl<'a> DeletePackage<'a>
sourcepub fn builder() -> DeletePackageBuilder<'a>
 
pub fn builder() -> DeletePackageBuilder<'a>
Create a builder for the endpoint.
Trait Implementations§
source§impl<'a> Clone for DeletePackage<'a>
 
impl<'a> Clone for DeletePackage<'a>
source§fn clone(&self) -> DeletePackage<'a>
 
fn clone(&self) -> DeletePackage<'a>
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<'a> Debug for DeletePackage<'a>
 
impl<'a> Debug for DeletePackage<'a>
source§impl<'a> Endpoint for DeletePackage<'a>
 
impl<'a> Endpoint for DeletePackage<'a>
source§fn parameters(&self) -> QueryParams<'_>
 
fn parameters(&self) -> QueryParams<'_>
Query parameters for the endpoint.
Auto Trait Implementations§
impl<'a> RefUnwindSafe for DeletePackage<'a>
impl<'a> Send for DeletePackage<'a>
impl<'a> Sync for DeletePackage<'a>
impl<'a> Unpin for DeletePackage<'a>
impl<'a> UnwindSafe for DeletePackage<'a>
Blanket Implementations§
source§impl<E, T, C> AsyncQuery<T, C> for Ewhere
    E: Endpoint + Sync,
    T: DeserializeOwned + 'static,
    C: AsyncClient + Sync,
 
impl<E, T, C> AsyncQuery<T, C> for Ewhere E: Endpoint + Sync, T: DeserializeOwned + 'static, C: AsyncClient + Sync,
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