pub struct UnscopedTemplateName(/* private fields */);
Expand description
The <unscoped-template-name>
production.
<unscoped-template-name> ::= <unscoped-name>
::= <substitution>
Trait Implementations§
Source§impl Clone for UnscopedTemplateName
impl Clone for UnscopedTemplateName
Source§fn clone(&self) -> UnscopedTemplateName
fn clone(&self) -> UnscopedTemplateName
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 UnscopedTemplateName
impl Debug for UnscopedTemplateName
Source§impl PartialEq for UnscopedTemplateName
impl PartialEq for UnscopedTemplateName
impl Eq for UnscopedTemplateName
impl StructuralPartialEq for UnscopedTemplateName
Auto Trait Implementations§
impl Freeze for UnscopedTemplateName
impl RefUnwindSafe for UnscopedTemplateName
impl Send for UnscopedTemplateName
impl Sync for UnscopedTemplateName
impl Unpin for UnscopedTemplateName
impl UnwindSafe for UnscopedTemplateName
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