pub struct RecordingView {
pub recording: Recording,
pub pieces: Vec<IngressPiece>,
}Expand description
Complete deterministic facade view for one recording and its projected pieces.
Fields§
§recording: Recording§pieces: Vec<IngressPiece>Trait Implementations§
Source§impl Clone for RecordingView
impl Clone for RecordingView
Source§fn clone(&self) -> RecordingView
fn clone(&self) -> RecordingView
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 moreAuto Trait Implementations§
impl Freeze for RecordingView
impl RefUnwindSafe for RecordingView
impl Send for RecordingView
impl Sync for RecordingView
impl Unpin for RecordingView
impl UnsafeUnpin for RecordingView
impl UnwindSafe for RecordingView
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