pub struct Caller<T> { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl<T> AsContextMut for Caller<T>
impl<T> AsContextMut for Caller<T>
fn as_context_mut(&mut self) -> &mut Store<Self::Data>
Auto Trait Implementations§
impl<T> Freeze for Caller<T>
impl<T> !RefUnwindSafe for Caller<T>
impl<T> !Send for Caller<T>
impl<T> !Sync for Caller<T>
impl<T> Unpin for Caller<T>
impl<T> !UnwindSafe for Caller<T>
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