pub struct StageEntry { /* private fields */ }Expand description
One stage entry with its metadata.
Auto Trait Implementations§
impl Freeze for StageEntry
impl !RefUnwindSafe for StageEntry
impl !Send for StageEntry
impl !Sync for StageEntry
impl Unpin for StageEntry
impl !UnwindSafe for StageEntry
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