pub struct HtmlRawText { /* private fields */ }
Trait Implementations§
Source§impl AstNode for HtmlRawText
impl AstNode for HtmlRawText
type Language = TemplateLanguage
fn can_cast(kind: <Self::Language as Language>::Kind) -> boolwhere
Self: Sized,
fn cast(node: SyntaxNode<Self::Language>) -> Option<Self>where
Self: Sized,
fn syntax(&self) -> &SyntaxNode<Self::Language>
fn clone_for_update(&self) -> Selfwhere
Self: Sized,
fn clone_subtree(&self) -> Selfwhere
Self: Sized,
Source§impl Clone for HtmlRawText
impl Clone for HtmlRawText
Source§fn clone(&self) -> HtmlRawText
fn clone(&self) -> HtmlRawText
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 HtmlRawText
impl Debug for HtmlRawText
Source§impl Display for HtmlRawText
impl Display for HtmlRawText
Source§impl Hash for HtmlRawText
impl Hash for HtmlRawText
Source§impl PartialEq for HtmlRawText
impl PartialEq for HtmlRawText
impl Eq for HtmlRawText
impl StructuralPartialEq for HtmlRawText
Auto Trait Implementations§
impl Freeze for HtmlRawText
impl !RefUnwindSafe for HtmlRawText
impl !Send for HtmlRawText
impl !Sync for HtmlRawText
impl Unpin for HtmlRawText
impl !UnwindSafe for HtmlRawText
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