pub struct NoProperties { /* private fields */ }Implementations§
Source§impl NoProperties
impl NoProperties
pub fn no_token(&self) -> Option<SyntaxToken>
pub fn properties_token(&self) -> Option<SyntaxToken>
Trait Implementations§
Source§impl AstNode for NoProperties
impl AstNode for NoProperties
fn can_cast(kind: SyntaxKind) -> bool
fn cast(syntax: SyntaxNode) -> Option<Self>
fn syntax(&self) -> &SyntaxNode
fn clone_for_update(&self) -> Selfwhere
Self: Sized,
fn clone_subtree(&self) -> Selfwhere
Self: Sized,
Source§impl Clone for NoProperties
impl Clone for NoProperties
Source§fn clone(&self) -> NoProperties
fn clone(&self) -> NoProperties
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 NoProperties
impl Debug for NoProperties
Source§impl From<NoProperties> for ElementTableProperties
impl From<NoProperties> for ElementTableProperties
Source§fn from(node: NoProperties) -> ElementTableProperties
fn from(node: NoProperties) -> ElementTableProperties
Converts to this type from the input type.
Source§impl Hash for NoProperties
impl Hash for NoProperties
Source§impl PartialEq for NoProperties
impl PartialEq for NoProperties
impl Eq for NoProperties
impl StructuralPartialEq for NoProperties
Auto Trait Implementations§
impl Freeze for NoProperties
impl !RefUnwindSafe for NoProperties
impl !Send for NoProperties
impl !Sync for NoProperties
impl Unpin for NoProperties
impl UnsafeUnpin for NoProperties
impl !UnwindSafe for NoProperties
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