struct ThreadHintTimeline {
records: Vec<HintRecord>,
}Fields§
§records: Vec<HintRecord>Implementations§
Trait Implementations§
Source§impl Clone for ThreadHintTimeline
impl Clone for ThreadHintTimeline
Source§fn clone(&self) -> ThreadHintTimeline
fn clone(&self) -> ThreadHintTimeline
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 ThreadHintTimeline
impl RefUnwindSafe for ThreadHintTimeline
impl Send for ThreadHintTimeline
impl Sync for ThreadHintTimeline
impl Unpin for ThreadHintTimeline
impl UnsafeUnpin for ThreadHintTimeline
impl UnwindSafe for ThreadHintTimeline
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