Struct aws_sdk_chime::types::VoiceConnectorItem
source · #[non_exhaustive]pub struct VoiceConnectorItem { /* private fields */ }Expand description
For Amazon Chime Voice Connector groups, the Amazon Chime Voice Connectors to which to route inbound calls. Includes priority configuration settings. Limit: 3 VoiceConnectorItems per Amazon Chime Voice Connector group.
Implementations§
source§impl VoiceConnectorItem
impl VoiceConnectorItem
sourcepub fn builder() -> VoiceConnectorItemBuilder
pub fn builder() -> VoiceConnectorItemBuilder
Creates a new builder-style object to manufacture VoiceConnectorItem.
Trait Implementations§
source§impl Clone for VoiceConnectorItem
impl Clone for VoiceConnectorItem
source§fn clone(&self) -> VoiceConnectorItem
fn clone(&self) -> VoiceConnectorItem
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 VoiceConnectorItem
impl Debug for VoiceConnectorItem
source§impl PartialEq<VoiceConnectorItem> for VoiceConnectorItem
impl PartialEq<VoiceConnectorItem> for VoiceConnectorItem
source§fn eq(&self, other: &VoiceConnectorItem) -> bool
fn eq(&self, other: &VoiceConnectorItem) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for VoiceConnectorItem
Auto Trait Implementations§
impl RefUnwindSafe for VoiceConnectorItem
impl Send for VoiceConnectorItem
impl Sync for VoiceConnectorItem
impl Unpin for VoiceConnectorItem
impl UnwindSafe for VoiceConnectorItem
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