pub struct RdsClient<'a> { /* private fields */ }Implementations§
Source§impl RdsClient<'_>
impl RdsClient<'_>
Sourcepub async fn get_instances(&self) -> Result<RdsInstancesResponse, Error>
pub async fn get_instances(&self) -> Result<RdsInstancesResponse, Error>
List fakecloud-managed RDS DB instances with runtime metadata.
Auto Trait Implementations§
impl<'a> Freeze for RdsClient<'a>
impl<'a> !RefUnwindSafe for RdsClient<'a>
impl<'a> Send for RdsClient<'a>
impl<'a> Sync for RdsClient<'a>
impl<'a> Unpin for RdsClient<'a>
impl<'a> UnsafeUnpin for RdsClient<'a>
impl<'a> !UnwindSafe for RdsClient<'a>
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