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