pub struct ScoredClip {
pub speakers: Vec<CompleteSpeaker>,
pub additional_speakers: Vec<AdditionalSpeaker>,
}Fields§
§speakers: Vec<CompleteSpeaker>§additional_speakers: Vec<AdditionalSpeaker>Trait Implementations§
Source§impl Clone for ScoredClip
impl Clone for ScoredClip
Source§fn clone(&self) -> ScoredClip
fn clone(&self) -> ScoredClip
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 ScoredClip
impl Debug for ScoredClip
impl Eq for ScoredClip
Source§impl PartialEq for ScoredClip
impl PartialEq for ScoredClip
impl StructuralPartialEq for ScoredClip
Auto Trait Implementations§
impl Freeze for ScoredClip
impl RefUnwindSafe for ScoredClip
impl Send for ScoredClip
impl Sync for ScoredClip
impl Unpin for ScoredClip
impl UnsafeUnpin for ScoredClip
impl UnwindSafe for ScoredClip
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