pub struct Fun(/* private fields */);Implementations§
Auto Trait Implementations§
impl Freeze for Fun
impl !RefUnwindSafe for Fun
impl Send for Fun
impl !Sync for Fun
impl Unpin for Fun
impl UnsafeUnpin for Fun
impl !UnwindSafe for Fun
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