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