pub struct ReplayFrame {
pub current_node_id: Option<String>,
pub event: TimelineEvent,
}Fields§
§current_node_id: Option<String>§event: TimelineEventTrait Implementations§
Source§impl Clone for ReplayFrame
impl Clone for ReplayFrame
Source§fn clone(&self) -> ReplayFrame
fn clone(&self) -> ReplayFrame
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 moreAuto Trait Implementations§
impl Freeze for ReplayFrame
impl RefUnwindSafe for ReplayFrame
impl Send for ReplayFrame
impl Sync for ReplayFrame
impl Unpin for ReplayFrame
impl UnsafeUnpin for ReplayFrame
impl UnwindSafe for ReplayFrame
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