pub struct Call<'a, 'm> { /* private fields */ }
Expand description
Store wrapper when calling into the host.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a, 'm> Freeze for Call<'a, 'm>
impl<'a, 'm> RefUnwindSafe for Call<'a, 'm>
impl<'a, 'm> !Send for Call<'a, 'm>
impl<'a, 'm> !Sync for Call<'a, 'm>
impl<'a, 'm> Unpin for Call<'a, 'm>
impl<'a, 'm> !UnwindSafe for Call<'a, 'm>
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