pub struct ResolvedFunction(/* private fields */);Implementations§
Source§impl ResolvedFunction
impl ResolvedFunction
pub fn new( identifier: Fragment, namespace: Vec<ResolvedNamespace>, def: FunctionDef, ) -> Self
pub fn identifier(&self) -> &Fragment
pub fn namespace(&self) -> &[ResolvedNamespace]
pub fn def(&self) -> &FunctionDef
Trait Implementations§
Source§impl Clone for ResolvedFunction
impl Clone for ResolvedFunction
Source§fn clone(&self) -> ResolvedFunction
fn clone(&self) -> ResolvedFunction
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for ResolvedFunction
impl RefUnwindSafe for ResolvedFunction
impl Send for ResolvedFunction
impl Sync for ResolvedFunction
impl Unpin for ResolvedFunction
impl UnwindSafe for ResolvedFunction
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