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