pub struct AddChannelRequest { /* private fields */ }Implementations§
Source§impl AddChannelRequest
impl AddChannelRequest
Sourcepub fn with_absorb_dtmf(self, value: impl Into<bool>) -> Self
pub fn with_absorb_dtmf(self, value: impl Into<bool>) -> Self
Absorb DTMF coming from this channel, preventing it to pass through to the bridge
Sourcepub fn with_mute(self, value: impl Into<bool>) -> Self
pub fn with_mute(self, value: impl Into<bool>) -> Self
Mute audio from this channel, preventing it to pass through to the bridge.
Sourcepub fn with_inhibit_connected_line_updates(self, value: impl Into<bool>) -> Self
pub fn with_inhibit_connected_line_updates(self, value: impl Into<bool>) -> Self
Do not present the identity of the newly connected channel to other bridge members.
Trait Implementations§
Source§impl Clone for AddChannelRequest
impl Clone for AddChannelRequest
Source§fn clone(&self) -> AddChannelRequest
fn clone(&self) -> AddChannelRequest
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 AddChannelRequest
impl Debug for AddChannelRequest
Source§impl Default for AddChannelRequest
impl Default for AddChannelRequest
Source§fn default() -> AddChannelRequest
fn default() -> AddChannelRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for AddChannelRequest
impl PartialEq for AddChannelRequest
Source§impl Serialize for AddChannelRequest
impl Serialize for AddChannelRequest
impl StructuralPartialEq for AddChannelRequest
Auto Trait Implementations§
impl Freeze for AddChannelRequest
impl RefUnwindSafe for AddChannelRequest
impl Send for AddChannelRequest
impl Sync for AddChannelRequest
impl Unpin for AddChannelRequest
impl UnwindSafe for AddChannelRequest
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