pub struct DescribeEndpointResponse {
pub endpoint_address: Option<String>,
}Expand description
The output from the DescribeEndpoint operation.
Fields§
§endpoint_address: Option<String>The endpoint. The format of the endpoint is as follows: identifier.iot.region.amazonaws.com.
Trait Implementations§
Source§impl Clone for DescribeEndpointResponse
impl Clone for DescribeEndpointResponse
Source§fn clone(&self) -> DescribeEndpointResponse
fn clone(&self) -> DescribeEndpointResponse
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 DescribeEndpointResponse
impl Debug for DescribeEndpointResponse
Source§impl Default for DescribeEndpointResponse
impl Default for DescribeEndpointResponse
Source§fn default() -> DescribeEndpointResponse
fn default() -> DescribeEndpointResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DescribeEndpointResponse
impl<'de> Deserialize<'de> for DescribeEndpointResponse
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 DescribeEndpointResponse
impl PartialEq for DescribeEndpointResponse
impl StructuralPartialEq for DescribeEndpointResponse
Auto Trait Implementations§
impl Freeze for DescribeEndpointResponse
impl RefUnwindSafe for DescribeEndpointResponse
impl Send for DescribeEndpointResponse
impl Sync for DescribeEndpointResponse
impl Unpin for DescribeEndpointResponse
impl UnwindSafe for DescribeEndpointResponse
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