pub struct StaticTemplateContext(pub Value);Tuple Fields§
§0: ValueImplementations§
Trait Implementations§
Source§impl Clone for StaticTemplateContext
impl Clone for StaticTemplateContext
Source§fn clone(&self) -> StaticTemplateContext
fn clone(&self) -> StaticTemplateContext
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 StaticTemplateContext
impl RefUnwindSafe for StaticTemplateContext
impl Send for StaticTemplateContext
impl Sync for StaticTemplateContext
impl Unpin for StaticTemplateContext
impl UnsafeUnpin for StaticTemplateContext
impl UnwindSafe for StaticTemplateContext
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