pub struct PipelineListResponse {
pub items: Vec<CiPipeline>,
pub next_page_token: Option<String>,
}Fields§
§items: Vec<CiPipeline>§next_page_token: Option<String>Trait Implementations§
Source§impl Debug for PipelineListResponse
impl Debug for PipelineListResponse
Source§impl Default for PipelineListResponse
impl Default for PipelineListResponse
Source§fn default() -> PipelineListResponse
fn default() -> PipelineListResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PipelineListResponse
impl<'de> Deserialize<'de> for PipelineListResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for PipelineListResponse
impl RefUnwindSafe for PipelineListResponse
impl Send for PipelineListResponse
impl Sync for PipelineListResponse
impl Unpin for PipelineListResponse
impl UnwindSafe for PipelineListResponse
Blanket Implementations§
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