Struct aws_sdk_chime::types::MessagingSessionEndpoint
source · #[non_exhaustive]pub struct MessagingSessionEndpoint { /* private fields */ }Expand description
The websocket endpoint used to connect to Amazon Chime SDK messaging.
Implementations§
source§impl MessagingSessionEndpoint
impl MessagingSessionEndpoint
sourcepub fn builder() -> MessagingSessionEndpointBuilder
pub fn builder() -> MessagingSessionEndpointBuilder
Creates a new builder-style object to manufacture MessagingSessionEndpoint.
Trait Implementations§
source§impl Clone for MessagingSessionEndpoint
impl Clone for MessagingSessionEndpoint
source§fn clone(&self) -> MessagingSessionEndpoint
fn clone(&self) -> MessagingSessionEndpoint
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 MessagingSessionEndpoint
impl Debug for MessagingSessionEndpoint
source§impl PartialEq<MessagingSessionEndpoint> for MessagingSessionEndpoint
impl PartialEq<MessagingSessionEndpoint> for MessagingSessionEndpoint
source§fn eq(&self, other: &MessagingSessionEndpoint) -> bool
fn eq(&self, other: &MessagingSessionEndpoint) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for MessagingSessionEndpoint
Auto Trait Implementations§
impl RefUnwindSafe for MessagingSessionEndpoint
impl Send for MessagingSessionEndpoint
impl Sync for MessagingSessionEndpoint
impl Unpin for MessagingSessionEndpoint
impl UnwindSafe for MessagingSessionEndpoint
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