pub struct TemplateName(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for TemplateName
impl Clone for TemplateName
Source§fn clone(&self) -> TemplateName
fn clone(&self) -> TemplateName
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 TemplateName
impl Debug for TemplateName
Source§impl Display for TemplateName
impl Display for TemplateName
Source§impl Hash for TemplateName
impl Hash for TemplateName
Source§impl Ord for TemplateName
impl Ord for TemplateName
Source§fn cmp(&self, other: &TemplateName) -> Ordering
fn cmp(&self, other: &TemplateName) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for TemplateName
impl PartialEq for TemplateName
Source§impl PartialOrd for TemplateName
impl PartialOrd for TemplateName
impl Eq for TemplateName
impl StructuralPartialEq for TemplateName
Auto Trait Implementations§
impl Freeze for TemplateName
impl RefUnwindSafe for TemplateName
impl Send for TemplateName
impl Sync for TemplateName
impl Unpin for TemplateName
impl UnsafeUnpin for TemplateName
impl UnwindSafe for TemplateName
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