pub enum FunctionPointerTypeChildren<'tree> {
CallingConvention(Box<CallingConvention<'tree>>),
FunctionPointerParameter(Box<FunctionPointerParameter<'tree>>),
}Variants§
CallingConvention(Box<CallingConvention<'tree>>)
FunctionPointerParameter(Box<FunctionPointerParameter<'tree>>)
Trait Implementations§
Source§impl<'tree> Clone for FunctionPointerTypeChildren<'tree>
impl<'tree> Clone for FunctionPointerTypeChildren<'tree>
Source§fn clone(&self) -> FunctionPointerTypeChildren<'tree>
fn clone(&self) -> FunctionPointerTypeChildren<'tree>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'tree> Debug for FunctionPointerTypeChildren<'tree>
impl<'tree> Debug for FunctionPointerTypeChildren<'tree>
impl<'tree> Eq for FunctionPointerTypeChildren<'tree>
Source§impl<'tree> FromNode<'tree> for FunctionPointerTypeChildren<'tree>
impl<'tree> FromNode<'tree> for FunctionPointerTypeChildren<'tree>
Source§impl<'tree> PartialEq for FunctionPointerTypeChildren<'tree>
impl<'tree> PartialEq for FunctionPointerTypeChildren<'tree>
Source§impl Spanned for FunctionPointerTypeChildren<'_>
impl Spanned for FunctionPointerTypeChildren<'_>
impl<'tree> StructuralPartialEq for FunctionPointerTypeChildren<'tree>
Auto Trait Implementations§
impl<'tree> Freeze for FunctionPointerTypeChildren<'tree>
impl<'tree> RefUnwindSafe for FunctionPointerTypeChildren<'tree>
impl<'tree> Send for FunctionPointerTypeChildren<'tree>
impl<'tree> Sync for FunctionPointerTypeChildren<'tree>
impl<'tree> Unpin for FunctionPointerTypeChildren<'tree>
impl<'tree> UnsafeUnpin for FunctionPointerTypeChildren<'tree>
impl<'tree> UnwindSafe for FunctionPointerTypeChildren<'tree>
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