pub struct TemplateState<'s> { /* private fields */ }
Trait Implementations§
Source§impl<'s> Clone for TemplateState<'s>
impl<'s> Clone for TemplateState<'s>
Source§fn clone(&self) -> TemplateState<'s>
fn clone(&self) -> TemplateState<'s>
Returns a copy 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<'s> Debug for TemplateState<'s>
impl<'s> Debug for TemplateState<'s>
Auto Trait Implementations§
impl<'s> Freeze for TemplateState<'s>
impl<'s> RefUnwindSafe for TemplateState<'s>
impl<'s> Send for TemplateState<'s>
impl<'s> Sync for TemplateState<'s>
impl<'s> Unpin for TemplateState<'s>
impl<'s> UnwindSafe for TemplateState<'s>
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