pub struct InvocationWrapper {
pub invocation: Invocation,
}Fields§
§invocation: InvocationTrait Implementations§
Source§impl Debug for InvocationWrapper
impl Debug for InvocationWrapper
Auto Trait Implementations§
impl Freeze for InvocationWrapper
impl RefUnwindSafe for InvocationWrapper
impl Send for InvocationWrapper
impl Sync for InvocationWrapper
impl Unpin for InvocationWrapper
impl UnwindSafe for InvocationWrapper
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