Struct handlebars::template::TemplateMapping
source · pub struct TemplateMapping(pub usize, pub usize);
Tuple Fields§
§0: usize
§1: usize
Trait Implementations§
source§impl Clone for TemplateMapping
impl Clone for TemplateMapping
source§fn clone(&self) -> TemplateMapping
fn clone(&self) -> TemplateMapping
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 Debug for TemplateMapping
impl Debug for TemplateMapping
source§impl PartialEq<TemplateMapping> for TemplateMapping
impl PartialEq<TemplateMapping> for TemplateMapping
source§fn eq(&self, other: &TemplateMapping) -> bool
fn eq(&self, other: &TemplateMapping) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for TemplateMapping
impl StructuralEq for TemplateMapping
impl StructuralPartialEq for TemplateMapping
Auto Trait Implementations§
impl RefUnwindSafe for TemplateMapping
impl Send for TemplateMapping
impl Sync for TemplateMapping
impl Unpin for TemplateMapping
impl UnwindSafe for TemplateMapping
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