pub struct RdsInstancesResponse {
pub instances: Vec<RdsInstance>,
}Fields§
§instances: Vec<RdsInstance>Trait Implementations§
Source§impl Clone for RdsInstancesResponse
impl Clone for RdsInstancesResponse
Source§fn clone(&self) -> RdsInstancesResponse
fn clone(&self) -> RdsInstancesResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RdsInstancesResponse
impl Debug for RdsInstancesResponse
Source§impl<'de> Deserialize<'de> for RdsInstancesResponse
impl<'de> Deserialize<'de> for RdsInstancesResponse
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 RdsInstancesResponse
impl RefUnwindSafe for RdsInstancesResponse
impl Send for RdsInstancesResponse
impl Sync for RdsInstancesResponse
impl Unpin for RdsInstancesResponse
impl UnsafeUnpin for RdsInstancesResponse
impl UnwindSafe for RdsInstancesResponse
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