pub struct TimelineSelection {
pub thread: String,
pub selector: TimelineSeekSelector,
pub branch_constraint: Option<TimelineSeekBranchConstraint>,
}Expand description
Pure result of selecting a timeline seek/fork/reset target.
Fields§
§thread: String§selector: TimelineSeekSelector§branch_constraint: Option<TimelineSeekBranchConstraint>Trait Implementations§
Source§impl Clone for TimelineSelection
impl Clone for TimelineSelection
Source§fn clone(&self) -> TimelineSelection
fn clone(&self) -> TimelineSelection
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 TimelineSelection
impl Debug for TimelineSelection
impl Eq for TimelineSelection
Source§impl PartialEq for TimelineSelection
impl PartialEq for TimelineSelection
impl StructuralPartialEq for TimelineSelection
Auto Trait Implementations§
impl Freeze for TimelineSelection
impl RefUnwindSafe for TimelineSelection
impl Send for TimelineSelection
impl Sync for TimelineSelection
impl Unpin for TimelineSelection
impl UnsafeUnpin for TimelineSelection
impl UnwindSafe for TimelineSelection
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