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