pub struct LimitToTables { /* private fields */ }Implementations§
Source§impl LimitToTables
impl LimitToTables
pub fn name_refs(&self) -> AstChildren<NameRef> ⓘ
pub fn limit_token(&self) -> Option<SyntaxToken>
pub fn to_token(&self) -> Option<SyntaxToken>
Trait Implementations§
Source§impl AstNode for LimitToTables
impl AstNode for LimitToTables
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 LimitToTables
impl Clone for LimitToTables
Source§fn clone(&self) -> LimitToTables
fn clone(&self) -> LimitToTables
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 LimitToTables
impl Debug for LimitToTables
Source§impl Hash for LimitToTables
impl Hash for LimitToTables
Source§impl PartialEq for LimitToTables
impl PartialEq for LimitToTables
impl Eq for LimitToTables
impl StructuralPartialEq for LimitToTables
Auto Trait Implementations§
impl Freeze for LimitToTables
impl !RefUnwindSafe for LimitToTables
impl !Send for LimitToTables
impl !Sync for LimitToTables
impl Unpin for LimitToTables
impl !UnwindSafe for LimitToTables
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