pub struct StoryEntry {
pub definition: StoryDefinition,
pub renderer_symbol: &'static str,
}Fields§
§definition: StoryDefinition§renderer_symbol: &'static strTrait Implementations§
Source§impl Clone for StoryEntry
impl Clone for StoryEntry
Source§fn clone(&self) -> StoryEntry
fn clone(&self) -> StoryEntry
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for StoryEntry
impl Debug for StoryEntry
Source§impl PartialEq for StoryEntry
impl PartialEq for StoryEntry
Source§impl StoryTreeEntry for StoryEntry
impl StoryTreeEntry for StoryEntry
impl Eq for StoryEntry
impl StructuralPartialEq for StoryEntry
Auto Trait Implementations§
impl Freeze for StoryEntry
impl RefUnwindSafe for StoryEntry
impl Send for StoryEntry
impl Sync for StoryEntry
impl Unpin for StoryEntry
impl UnsafeUnpin for StoryEntry
impl UnwindSafe for StoryEntry
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.