pub struct DescribeServicesResponse {
pub services: Option<Vec<Service>>,
}Expand description
The list of AWS services returned by the DescribeServices operation.
Fields§
§services: Option<Vec<Service>>A JSON-formatted list of AWS services.
Trait Implementations§
Source§impl Clone for DescribeServicesResponse
impl Clone for DescribeServicesResponse
Source§fn clone(&self) -> DescribeServicesResponse
fn clone(&self) -> DescribeServicesResponse
Returns a duplicate of the value. Read more
1.0.0 · 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 DescribeServicesResponse
impl Debug for DescribeServicesResponse
Source§impl Default for DescribeServicesResponse
impl Default for DescribeServicesResponse
Source§fn default() -> DescribeServicesResponse
fn default() -> DescribeServicesResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DescribeServicesResponse
impl<'de> Deserialize<'de> for DescribeServicesResponse
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
Source§impl PartialEq for DescribeServicesResponse
impl PartialEq for DescribeServicesResponse
impl StructuralPartialEq for DescribeServicesResponse
Auto Trait Implementations§
impl Freeze for DescribeServicesResponse
impl RefUnwindSafe for DescribeServicesResponse
impl Send for DescribeServicesResponse
impl Sync for DescribeServicesResponse
impl Unpin for DescribeServicesResponse
impl UnwindSafe for DescribeServicesResponse
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