#[non_exhaustive]pub struct StageMarker;
Expand description
Marker for stage IDs.
Types such as StageInstance
use this ID marker.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StageMarker
impl RefUnwindSafe for StageMarker
impl Send for StageMarker
impl Sync for StageMarker
impl Unpin for StageMarker
impl UnwindSafe for StageMarker
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