pub enum FormalParameters<N: Node> {
Named(Vec<(QName, Option<Transform<N>>)>),
Positional(Vec<QName>),
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl<N> !Send for FormalParameters<N>
impl<N> !Sync for FormalParameters<N>
impl<N> Freeze for FormalParameters<N>
impl<N> RefUnwindSafe for FormalParameters<N>where
N: RefUnwindSafe,
impl<N> Unpin for FormalParameters<N>where
N: Unpin,
impl<N> UnsafeUnpin for FormalParameters<N>
impl<N> UnwindSafe for FormalParameters<N>where
N: UnwindSafe,
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