pub struct TaggedTemplate { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for TaggedTemplate
impl Clone for TaggedTemplate
Source§fn clone(&self) -> TaggedTemplate
fn clone(&self) -> TaggedTemplate
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 TaggedTemplate
impl Debug for TaggedTemplate
Source§impl Display for TaggedTemplate
impl Display for TaggedTemplate
Source§impl Drop for TaggedTemplate
impl Drop for TaggedTemplate
Source§impl Executable for TaggedTemplate
impl Executable for TaggedTemplate
Source§impl From<TaggedTemplate> for Node
impl From<TaggedTemplate> for Node
Source§fn from(template: TaggedTemplate) -> Self
fn from(template: TaggedTemplate) -> Self
Converts to this type from the input type.
Source§impl PartialEq for TaggedTemplate
impl PartialEq for TaggedTemplate
Source§impl Trace for TaggedTemplate
impl Trace for TaggedTemplate
Source§fn finalize_glue(&self)
fn finalize_glue(&self)
Runs Finalize::finalize() on this object and all
contained subobjects
impl StructuralPartialEq for TaggedTemplate
Auto Trait Implementations§
impl Freeze for TaggedTemplate
impl RefUnwindSafe for TaggedTemplate
impl !Send for TaggedTemplate
impl !Sync for TaggedTemplate
impl Unpin for TaggedTemplate
impl UnwindSafe for TaggedTemplate
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