pub enum VoiceTranscriptChannel {
Local,
Remote,
}Expand description
Wire-stable transcript channel tag. Matches the daemon’s
TranscriptChannelLabel and events::TranscriptChannel.
Variants§
Trait Implementations§
Source§impl Clone for VoiceTranscriptChannel
impl Clone for VoiceTranscriptChannel
Source§fn clone(&self) -> VoiceTranscriptChannel
fn clone(&self) -> VoiceTranscriptChannel
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 moreSource§impl Debug for VoiceTranscriptChannel
impl Debug for VoiceTranscriptChannel
Source§impl<'de> Deserialize<'de> for VoiceTranscriptChannel
impl<'de> Deserialize<'de> for VoiceTranscriptChannel
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for VoiceTranscriptChannel
impl PartialEq for VoiceTranscriptChannel
Source§fn eq(&self, other: &VoiceTranscriptChannel) -> bool
fn eq(&self, other: &VoiceTranscriptChannel) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for VoiceTranscriptChannel
impl Serialize for VoiceTranscriptChannel
impl Copy for VoiceTranscriptChannel
impl Eq for VoiceTranscriptChannel
impl StructuralPartialEq for VoiceTranscriptChannel
Auto Trait Implementations§
impl Freeze for VoiceTranscriptChannel
impl RefUnwindSafe for VoiceTranscriptChannel
impl Send for VoiceTranscriptChannel
impl Sync for VoiceTranscriptChannel
impl Unpin for VoiceTranscriptChannel
impl UnsafeUnpin for VoiceTranscriptChannel
impl UnwindSafe for VoiceTranscriptChannel
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