pub struct UnresolvedConstructorDeclaration<E: Environment> {
pub id: E::Ident,
pub selectors: Vec<UnresolvedSelectorDeclaration<E>>,
}
Fields§
§id: E::Ident
Constructor identifier.
selectors: Vec<UnresolvedSelectorDeclaration<E>>
Selectors.
Auto Trait Implementations§
impl<E> Freeze for UnresolvedConstructorDeclaration<E>
impl<E> RefUnwindSafe for UnresolvedConstructorDeclaration<E>
impl<E> Send for UnresolvedConstructorDeclaration<E>
impl<E> Sync for UnresolvedConstructorDeclaration<E>
impl<E> Unpin for UnresolvedConstructorDeclaration<E>
impl<E> UnwindSafe for UnresolvedConstructorDeclaration<E>
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