pub struct UnionNode {
pub range: Range,
pub identifier: IdentifierNode,
pub fields: Vec<FieldNode>,
}Fields§
§range: Range§identifier: IdentifierNode§fields: Vec<FieldNode>Trait Implementations§
Auto Trait Implementations§
impl Freeze for UnionNode
impl RefUnwindSafe for UnionNode
impl Send for UnionNode
impl Sync for UnionNode
impl Unpin for UnionNode
impl UnsafeUnpin for UnionNode
impl UnwindSafe for UnionNode
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