pub struct Story {}
Implementations§
source§impl Story
impl Story
pub fn container(cx: &mut WindowContext<'_>) -> Div
pub fn title(cx: &mut WindowContext<'_>, title: SharedString) -> impl Element
pub fn title_for<T>(cx: &mut WindowContext<'_>) -> impl Element
pub fn label( cx: &mut WindowContext<'_>, label: impl Into<SharedString> ) -> impl Element
Auto Trait Implementations§
impl RefUnwindSafe for Story
impl Send for Story
impl Sync for Story
impl Unpin for Story
impl UnwindSafe for Story
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