pub struct RouteTable {
pub table: HashMap<String, fn(&mut CallFrame<'_>)>,
}Fields§
§table: HashMap<String, fn(&mut CallFrame<'_>)>Implementations§
Source§impl RouteTable
impl RouteTable
pub fn new() -> RouteTable
Auto Trait Implementations§
impl Freeze for RouteTable
impl RefUnwindSafe for RouteTable
impl Send for RouteTable
impl Sync for RouteTable
impl Unpin for RouteTable
impl UnwindSafe for RouteTable
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