Struct gitlab::api::projects::pipeline_schedules::CreatePipelineSchedule    
source · pub struct CreatePipelineSchedule<'a> { /* private fields */ }Expand description
Create a new pipeline schedule on a project.
Implementations§
source§impl<'a> CreatePipelineSchedule<'a>
 
impl<'a> CreatePipelineSchedule<'a>
sourcepub fn builder() -> CreatePipelineScheduleBuilder<'a>
 
pub fn builder() -> CreatePipelineScheduleBuilder<'a>
Create a builder for the endpoint.
Trait Implementations§
source§impl<'a> Clone for CreatePipelineSchedule<'a>
 
impl<'a> Clone for CreatePipelineSchedule<'a>
source§fn clone(&self) -> CreatePipelineSchedule<'a>
 
fn clone(&self) -> CreatePipelineSchedule<'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 CreatePipelineSchedule<'a>
 
impl<'a> Debug for CreatePipelineSchedule<'a>
Auto Trait Implementations§
impl<'a> Freeze for CreatePipelineSchedule<'a>
impl<'a> RefUnwindSafe for CreatePipelineSchedule<'a>
impl<'a> Send for CreatePipelineSchedule<'a>
impl<'a> Sync for CreatePipelineSchedule<'a>
impl<'a> Unpin for CreatePipelineSchedule<'a>
impl<'a> UnwindSafe for CreatePipelineSchedule<'a>
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
source§impl<T> CloneToUninit for Twhere
    T: Clone,
 
impl<T> CloneToUninit for Twhere
    T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
 
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)source§impl<T> Instrument for T
 
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
 
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
 
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoEither for T
 
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
 
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts 
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
 
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts 
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more