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