pub struct UnionType(/* private fields */);
Implementations§
Trait Implementations§
Source§impl AstNode for UnionType
impl AstNode for UnionType
fn cast(node: SyntaxNode) -> Option<Self>
fn syntax(&self) -> &SyntaxNode
Auto Trait Implementations§
impl Freeze for UnionType
impl !RefUnwindSafe for UnionType
impl !Send for UnionType
impl !Sync for UnionType
impl Unpin for UnionType
impl !UnwindSafe for UnionType
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