pub enum TranscriptRole {
User,
Assistant,
Status,
}Variants§
Trait Implementations§
Source§impl Clone for TranscriptRole
impl Clone for TranscriptRole
Source§fn clone(&self) -> TranscriptRole
fn clone(&self) -> TranscriptRole
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 TranscriptRole
impl Debug for TranscriptRole
Source§impl PartialEq for TranscriptRole
impl PartialEq for TranscriptRole
impl Copy for TranscriptRole
impl Eq for TranscriptRole
impl StructuralPartialEq for TranscriptRole
Auto Trait Implementations§
impl Freeze for TranscriptRole
impl RefUnwindSafe for TranscriptRole
impl Send for TranscriptRole
impl Sync for TranscriptRole
impl Unpin for TranscriptRole
impl UnsafeUnpin for TranscriptRole
impl UnwindSafe for TranscriptRole
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