pub struct IFnContext<'a> {
pub func: &'a IFn,
pub context: &'a IContext<'a>,
}Fields§
§func: &'a IFn§context: &'a IContext<'a>Trait Implementations§
Source§impl<'a> Clone for IFnContext<'a>
impl<'a> Clone for IFnContext<'a>
Source§fn clone(&self) -> IFnContext<'a>
fn clone(&self) -> IFnContext<'a>
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl<'a> Freeze for IFnContext<'a>
impl<'a> RefUnwindSafe for IFnContext<'a>
impl<'a> Send for IFnContext<'a>
impl<'a> Sync for IFnContext<'a>
impl<'a> Unpin for IFnContext<'a>
impl<'a> UnwindSafe for IFnContext<'a>
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