pub struct DescribeEndpointConfigInput {
pub endpoint_config_name: String,
}
Fields§
§endpoint_config_name: String
The name of the endpoint configuration.
Trait Implementations§
Source§impl Clone for DescribeEndpointConfigInput
impl Clone for DescribeEndpointConfigInput
Source§fn clone(&self) -> DescribeEndpointConfigInput
fn clone(&self) -> DescribeEndpointConfigInput
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 DescribeEndpointConfigInput
impl Debug for DescribeEndpointConfigInput
Source§impl Default for DescribeEndpointConfigInput
impl Default for DescribeEndpointConfigInput
Source§fn default() -> DescribeEndpointConfigInput
fn default() -> DescribeEndpointConfigInput
Returns the “default value” for a type. Read more
impl StructuralPartialEq for DescribeEndpointConfigInput
Auto Trait Implementations§
impl Freeze for DescribeEndpointConfigInput
impl RefUnwindSafe for DescribeEndpointConfigInput
impl Send for DescribeEndpointConfigInput
impl Sync for DescribeEndpointConfigInput
impl Unpin for DescribeEndpointConfigInput
impl UnwindSafe for DescribeEndpointConfigInput
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