pub struct ConnectByClause { /* private fields */ }Implementations§
Trait Implementations§
Source§impl AstNode for ConnectByClause
impl AstNode for ConnectByClause
fn can_cast(kind: SyntaxKind) -> bool
fn cast(node: SyntaxNode) -> Option<Self>
fn syntax(&self) -> &SyntaxNode
Source§impl Clone for ConnectByClause
impl Clone for ConnectByClause
Source§fn clone(&self) -> ConnectByClause
fn clone(&self) -> ConnectByClause
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 ConnectByClause
impl Debug for ConnectByClause
impl Eq for ConnectByClause
Source§impl Hash for ConnectByClause
impl Hash for ConnectByClause
Source§impl PartialEq for ConnectByClause
impl PartialEq for ConnectByClause
impl StructuralPartialEq for ConnectByClause
Auto Trait Implementations§
impl !RefUnwindSafe for ConnectByClause
impl !Send for ConnectByClause
impl !Sync for ConnectByClause
impl !UnwindSafe for ConnectByClause
impl Freeze for ConnectByClause
impl Unpin for ConnectByClause
impl UnsafeUnpin for ConnectByClause
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