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