Struct aws_lambda_events::event::connect::ConnectEndpoint
source · pub struct ConnectEndpoint {
pub address: Option<String>,
pub type_: Option<String>,
}Expand description
ConnectEndpoint represents routing information.
Fields§
§address: Option<String>§type_: Option<String>Trait Implementations§
source§impl Clone for ConnectEndpoint
impl Clone for ConnectEndpoint
source§fn clone(&self) -> ConnectEndpoint
fn clone(&self) -> ConnectEndpoint
Returns a copy 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 ConnectEndpoint
impl Debug for ConnectEndpoint
source§impl<'de> Deserialize<'de> for ConnectEndpoint
impl<'de> Deserialize<'de> for ConnectEndpoint
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 ConnectEndpoint
impl PartialEq for ConnectEndpoint
source§fn eq(&self, other: &ConnectEndpoint) -> bool
fn eq(&self, other: &ConnectEndpoint) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for ConnectEndpoint
impl Serialize for ConnectEndpoint
impl Eq for ConnectEndpoint
impl StructuralPartialEq for ConnectEndpoint
Auto Trait Implementations§
impl RefUnwindSafe for ConnectEndpoint
impl Send for ConnectEndpoint
impl Sync for ConnectEndpoint
impl Unpin for ConnectEndpoint
impl UnwindSafe for ConnectEndpoint
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