pub struct AllProperties { /* private fields */ }Implementations§
Source§impl AllProperties
impl AllProperties
pub fn all_token(&self) -> Option<SyntaxToken>
pub fn columns_token(&self) -> Option<SyntaxToken>
pub fn properties_token(&self) -> Option<SyntaxToken>
Trait Implementations§
Source§impl AstNode for AllProperties
impl AstNode for AllProperties
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 AllProperties
impl Clone for AllProperties
Source§fn clone(&self) -> AllProperties
fn clone(&self) -> AllProperties
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 AllProperties
impl Debug for AllProperties
Source§impl From<AllProperties> for ElementTableProperties
impl From<AllProperties> for ElementTableProperties
Source§fn from(node: AllProperties) -> ElementTableProperties
fn from(node: AllProperties) -> ElementTableProperties
Converts to this type from the input type.
Source§impl Hash for AllProperties
impl Hash for AllProperties
Source§impl PartialEq for AllProperties
impl PartialEq for AllProperties
impl Eq for AllProperties
impl StructuralPartialEq for AllProperties
Auto Trait Implementations§
impl Freeze for AllProperties
impl !RefUnwindSafe for AllProperties
impl !Send for AllProperties
impl !Sync for AllProperties
impl Unpin for AllProperties
impl UnsafeUnpin for AllProperties
impl !UnwindSafe for AllProperties
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