pub struct FunctionPointerType<'tree> {
pub span: Span,
pub returns: Type<'tree>,
pub children: Vec<FunctionPointerTypeChildren<'tree>>,
}Fields§
§span: Span§returns: Type<'tree>§children: Vec<FunctionPointerTypeChildren<'tree>>Trait Implementations§
Source§impl<'tree> Clone for FunctionPointerType<'tree>
impl<'tree> Clone for FunctionPointerType<'tree>
Source§fn clone(&self) -> FunctionPointerType<'tree>
fn clone(&self) -> FunctionPointerType<'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 FunctionPointerType<'tree>
impl<'tree> Debug for FunctionPointerType<'tree>
impl<'tree> Eq for FunctionPointerType<'tree>
Source§impl<'tree> FromNode<'tree> for FunctionPointerType<'tree>
impl<'tree> FromNode<'tree> for FunctionPointerType<'tree>
Source§impl<'tree> PartialEq for FunctionPointerType<'tree>
impl<'tree> PartialEq for FunctionPointerType<'tree>
Source§impl Spanned for FunctionPointerType<'_>
impl Spanned for FunctionPointerType<'_>
impl<'tree> StructuralPartialEq for FunctionPointerType<'tree>
Auto Trait Implementations§
impl<'tree> Freeze for FunctionPointerType<'tree>
impl<'tree> RefUnwindSafe for FunctionPointerType<'tree>
impl<'tree> Send for FunctionPointerType<'tree>
impl<'tree> Sync for FunctionPointerType<'tree>
impl<'tree> Unpin for FunctionPointerType<'tree>
impl<'tree> UnsafeUnpin for FunctionPointerType<'tree>
impl<'tree> UnwindSafe for FunctionPointerType<'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