Enum abstutil::time::StackEntry
source · [−]enum StackEntry {
TimerSpan(TimerSpan),
Progress(Progress),
File(TimedFileReader),
}
Variants
TimerSpan(TimerSpan)
Progress(Progress)
File(TimedFileReader)
Auto Trait Implementations
impl RefUnwindSafe for StackEntry
impl Send for StackEntry
impl Sync for StackEntry
impl Unpin for StackEntry
impl UnwindSafe for StackEntry
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more