pub struct UnionMemberTypes<'a> {
pub members: AstVec<'a, NamedType<'a>>,
pub span: Span,
}Expand description
= |? NamedType (| NamedType)*
Fields§
§members: AstVec<'a, NamedType<'a>>§span: SpanStarts at the = token.
Trait Implementations§
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for UnionMemberTypes<'a>
impl<'a> !Send for UnionMemberTypes<'a>
impl<'a> !UnwindSafe for UnionMemberTypes<'a>
impl<'a> Freeze for UnionMemberTypes<'a>
impl<'a> Sync for UnionMemberTypes<'a>
impl<'a> Unpin for UnionMemberTypes<'a>
impl<'a> UnsafeUnpin for UnionMemberTypes<'a>
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