pub struct ClustersService { /* private fields */ }Expand description
Operations on the Clusters resource.
Implementations§
Source§impl ClustersService
impl ClustersService
pub async fn list( &self, opts: Option<&ClusterListOptions>, ) -> Result<PaginatedResponse<RegionCluster>, Error>
Auto Trait Implementations§
impl !RefUnwindSafe for ClustersService
impl !UnwindSafe for ClustersService
impl Freeze for ClustersService
impl Send for ClustersService
impl Sync for ClustersService
impl Unpin for ClustersService
impl UnsafeUnpin for ClustersService
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