pub struct MethodRegistry { /* private fields */ }Implementations§
Source§impl MethodRegistry
impl MethodRegistry
pub fn get_definition(kind: &MethodKind) -> Option<Rc<dyn FunctionDefinition>>
Auto Trait Implementations§
impl Freeze for MethodRegistry
impl !RefUnwindSafe for MethodRegistry
impl !Send for MethodRegistry
impl !Sync for MethodRegistry
impl Unpin for MethodRegistry
impl UnsafeUnpin for MethodRegistry
impl !UnwindSafe for MethodRegistry
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