pub struct LeopardTranscript {
pub transcript: String,
pub words: Vec<LeopardWord>,
}
Fields§
§transcript: String
§words: Vec<LeopardWord>
Trait Implementations§
Source§impl Clone for LeopardTranscript
impl Clone for LeopardTranscript
Source§fn clone(&self) -> LeopardTranscript
fn clone(&self) -> LeopardTranscript
Returns a copy 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 LeopardTranscript
impl Debug for LeopardTranscript
Source§impl PartialEq for LeopardTranscript
impl PartialEq for LeopardTranscript
impl StructuralPartialEq for LeopardTranscript
Auto Trait Implementations§
impl Freeze for LeopardTranscript
impl RefUnwindSafe for LeopardTranscript
impl Send for LeopardTranscript
impl Sync for LeopardTranscript
impl Unpin for LeopardTranscript
impl UnwindSafe for LeopardTranscript
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