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