pub struct ModifyEndpointResponse {
pub endpoint: Option<Endpoint>,
}Expand description
Fields§
§endpoint: Option<Endpoint>The modified endpoint.
Trait Implementations§
Source§impl Clone for ModifyEndpointResponse
impl Clone for ModifyEndpointResponse
Source§fn clone(&self) -> ModifyEndpointResponse
fn clone(&self) -> ModifyEndpointResponse
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 ModifyEndpointResponse
impl Debug for ModifyEndpointResponse
Source§impl Default for ModifyEndpointResponse
impl Default for ModifyEndpointResponse
Source§fn default() -> ModifyEndpointResponse
fn default() -> ModifyEndpointResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ModifyEndpointResponse
impl<'de> Deserialize<'de> for ModifyEndpointResponse
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 ModifyEndpointResponse
impl PartialEq for ModifyEndpointResponse
impl StructuralPartialEq for ModifyEndpointResponse
Auto Trait Implementations§
impl Freeze for ModifyEndpointResponse
impl RefUnwindSafe for ModifyEndpointResponse
impl Send for ModifyEndpointResponse
impl Sync for ModifyEndpointResponse
impl Unpin for ModifyEndpointResponse
impl UnwindSafe for ModifyEndpointResponse
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