pub struct TranscriptEntity {
pub type: String,
pub text: String,
pub start_char: u64,
pub end_char: u64,
}Fields§
§type: String§text: String§start_char: u64§end_char: u64Trait Implementations§
Source§impl Clone for TranscriptEntity
impl Clone for TranscriptEntity
Source§fn clone(&self) -> TranscriptEntity
fn clone(&self) -> TranscriptEntity
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 TranscriptEntity
impl Debug for TranscriptEntity
impl Eq for TranscriptEntity
Source§impl PartialEq for TranscriptEntity
impl PartialEq for TranscriptEntity
impl StructuralPartialEq for TranscriptEntity
Auto Trait Implementations§
impl Freeze for TranscriptEntity
impl RefUnwindSafe for TranscriptEntity
impl Send for TranscriptEntity
impl Sync for TranscriptEntity
impl Unpin for TranscriptEntity
impl UnsafeUnpin for TranscriptEntity
impl UnwindSafe for TranscriptEntity
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