pub struct RawFnMap { /* private fields */ }Expand description
raw FnMap
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for RawFnMap
impl !RefUnwindSafe for RawFnMap
impl !Send for RawFnMap
impl !Sync for RawFnMap
impl Unpin for RawFnMap
impl !UnwindSafe for RawFnMap
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