pub enum ReceiveChannelPurpose {
Media,
InboundAnswer,
}Expand description
Station presentation coupled to an audio receive-channel request.
Variants§
Media
Opens receive media without changing the call presentation.
InboundAnswer
Presents provisional answer state immediately before opening receive media.
Trait Implementations§
Source§impl Clone for ReceiveChannelPurpose
impl Clone for ReceiveChannelPurpose
Source§fn clone(&self) -> ReceiveChannelPurpose
fn clone(&self) -> ReceiveChannelPurpose
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ReceiveChannelPurpose
Source§impl Debug for ReceiveChannelPurpose
impl Debug for ReceiveChannelPurpose
impl Eq for ReceiveChannelPurpose
Source§impl PartialEq for ReceiveChannelPurpose
impl PartialEq for ReceiveChannelPurpose
impl StructuralPartialEq for ReceiveChannelPurpose
Auto Trait Implementations§
impl Freeze for ReceiveChannelPurpose
impl RefUnwindSafe for ReceiveChannelPurpose
impl Send for ReceiveChannelPurpose
impl Sync for ReceiveChannelPurpose
impl Unpin for ReceiveChannelPurpose
impl UnsafeUnpin for ReceiveChannelPurpose
impl UnwindSafe for ReceiveChannelPurpose
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