pub struct MixedContent { /* private fields */ }Implementations§
Source§impl MixedContent
impl MixedContent
Trait Implementations§
Source§impl AstNode for MixedContent
impl AstNode for MixedContent
Source§fn can_cast(kind: SyntaxKind) -> bool
fn can_cast(kind: SyntaxKind) -> bool
Returns
true if a node with the given kind can be cast to Self.Source§fn cast(node: SyntaxNode) -> Option<Self>
fn cast(node: SyntaxNode) -> Option<Self>
Try to cast a generic
SyntaxNode into this typed wrapper.Source§fn syntax(&self) -> &SyntaxNode
fn syntax(&self) -> &SyntaxNode
Access the underlying
SyntaxNode.Source§impl Clone for MixedContent
impl Clone for MixedContent
Source§fn clone(&self) -> MixedContent
fn clone(&self) -> MixedContent
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 MixedContent
impl Debug for MixedContent
Source§impl Display for MixedContent
impl Display for MixedContent
impl Eq for MixedContent
Source§impl Hash for MixedContent
impl Hash for MixedContent
Source§impl PartialEq for MixedContent
impl PartialEq for MixedContent
Source§fn eq(&self, other: &MixedContent) -> bool
fn eq(&self, other: &MixedContent) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for MixedContent
Auto Trait Implementations§
impl !RefUnwindSafe for MixedContent
impl !Send for MixedContent
impl !Sync for MixedContent
impl !UnwindSafe for MixedContent
impl Freeze for MixedContent
impl Unpin for MixedContent
impl UnsafeUnpin for MixedContent
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