pub struct BackstoryTemplate { /* private fields */ }Expand description
A backstory template with placeholders for trait values
Trait Implementations§
Source§impl Clone for BackstoryTemplate
impl Clone for BackstoryTemplate
Source§fn clone(&self) -> BackstoryTemplate
fn clone(&self) -> BackstoryTemplate
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 moreAuto Trait Implementations§
impl Freeze for BackstoryTemplate
impl RefUnwindSafe for BackstoryTemplate
impl Send for BackstoryTemplate
impl Sync for BackstoryTemplate
impl Unpin for BackstoryTemplate
impl UnwindSafe for BackstoryTemplate
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