pub struct ShowcaseRegistry { /* private fields */ }Implementations§
Source§impl ShowcaseRegistry
impl ShowcaseRegistry
pub fn register(&mut self, entry: StoryEntry)
pub fn manifest(&self) -> StoryManifest
pub fn story_count(&self) -> usize
Trait Implementations§
Source§impl Debug for ShowcaseRegistry
impl Debug for ShowcaseRegistry
Source§impl Default for ShowcaseRegistry
impl Default for ShowcaseRegistry
Source§fn default() -> ShowcaseRegistry
fn default() -> ShowcaseRegistry
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ShowcaseRegistry
impl RefUnwindSafe for ShowcaseRegistry
impl Send for ShowcaseRegistry
impl Sync for ShowcaseRegistry
impl Unpin for ShowcaseRegistry
impl UnsafeUnpin for ShowcaseRegistry
impl UnwindSafe for ShowcaseRegistry
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