pub struct Story {
pub slides: Vec<Slide>,
}
Expand description
Represents a story (list of slides).
Fields§
§slides: Vec<Slide>
Auto Trait Implementations§
impl Freeze for Story
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