pub struct PipelinesApi { /* private fields */ }Implementations§
Source§impl PipelinesApi
impl PipelinesApi
pub fn new(http: Arc<HttpClient>) -> Self
pub async fn list(&self, location_id: &str) -> Result<GetPipelinesResponse>
Auto Trait Implementations§
impl !RefUnwindSafe for PipelinesApi
impl !UnwindSafe for PipelinesApi
impl Freeze for PipelinesApi
impl Send for PipelinesApi
impl Sync for PipelinesApi
impl Unpin for PipelinesApi
impl UnsafeUnpin for PipelinesApi
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