pub struct HtmlStringInner { /* private fields */ }
Trait Implementations§
Source§impl AstNode for HtmlStringInner
impl AstNode for HtmlStringInner
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 HtmlStringInner
impl Clone for HtmlStringInner
Source§fn clone(&self) -> HtmlStringInner
fn clone(&self) -> HtmlStringInner
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 HtmlStringInner
impl Debug for HtmlStringInner
Source§impl Display for HtmlStringInner
impl Display for HtmlStringInner
Source§impl Hash for HtmlStringInner
impl Hash for HtmlStringInner
Source§impl PartialEq for HtmlStringInner
impl PartialEq for HtmlStringInner
impl Eq for HtmlStringInner
impl StructuralPartialEq for HtmlStringInner
Auto Trait Implementations§
impl Freeze for HtmlStringInner
impl !RefUnwindSafe for HtmlStringInner
impl !Send for HtmlStringInner
impl !Sync for HtmlStringInner
impl Unpin for HtmlStringInner
impl !UnwindSafe for HtmlStringInner
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