Struct aws_sdk_chime::model::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
sourceimpl VoiceConnectorItem
impl VoiceConnectorItem
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture VoiceConnectorItem.
Trait Implementations
sourceimpl Clone for VoiceConnectorItem
impl Clone for VoiceConnectorItem
sourcefn clone(&self) -> VoiceConnectorItem
fn clone(&self) -> VoiceConnectorItem
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for VoiceConnectorItem
impl Debug for VoiceConnectorItem
sourceimpl PartialEq<VoiceConnectorItem> for VoiceConnectorItem
impl PartialEq<VoiceConnectorItem> for VoiceConnectorItem
sourcefn eq(&self, other: &VoiceConnectorItem) -> bool
fn eq(&self, other: &VoiceConnectorItem) -> bool
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more