Struct mangle_ast::FunctionSym
source · pub struct FunctionSym<'a> {
pub name: &'a str,
pub arity: Option<u8>,
}Fields§
§name: &'a str§arity: Option<u8>Trait Implementations§
source§impl<'a> Clone for FunctionSym<'a>
impl<'a> Clone for FunctionSym<'a>
source§fn clone(&self) -> FunctionSym<'a>
fn clone(&self) -> FunctionSym<'a>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl<'a> Debug for FunctionSym<'a>
impl<'a> Debug for FunctionSym<'a>
source§impl<'a> Hash for FunctionSym<'a>
impl<'a> Hash for FunctionSym<'a>
source§impl<'a> PartialEq for FunctionSym<'a>
impl<'a> PartialEq for FunctionSym<'a>
source§fn eq(&self, other: &FunctionSym<'a>) -> bool
fn eq(&self, other: &FunctionSym<'a>) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl<'a> Copy for FunctionSym<'a>
impl<'a> Eq for FunctionSym<'a>
impl<'a> StructuralPartialEq for FunctionSym<'a>
Auto Trait Implementations§
impl<'a> Freeze for FunctionSym<'a>
impl<'a> RefUnwindSafe for FunctionSym<'a>
impl<'a> Send for FunctionSym<'a>
impl<'a> Sync for FunctionSym<'a>
impl<'a> Unpin for FunctionSym<'a>
impl<'a> UnwindSafe for FunctionSym<'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