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