pub struct FunctionTrie { /* private fields */ }Expand description
High-performance prefix trie for function lookup
Implementations§
Source§impl FunctionTrie
impl FunctionTrie
Trait Implementations§
Source§impl Default for FunctionTrie
impl Default for FunctionTrie
Source§fn default() -> FunctionTrie
fn default() -> FunctionTrie
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for FunctionTrie
impl RefUnwindSafe for FunctionTrie
impl Send for FunctionTrie
impl Sync for FunctionTrie
impl Unpin for FunctionTrie
impl UnsafeUnpin for FunctionTrie
impl UnwindSafe for FunctionTrie
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