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