Struct workflow_nw::ipc::method::Method
source · pub struct Method<Req, Resp>{ /* private fields */ }Expand description
IPC method wrapper. Contains the method closure function.
Implementations§
Auto Trait Implementations§
impl<Req, Resp> Freeze for Method<Req, Resp>
impl<Req, Resp> !RefUnwindSafe for Method<Req, Resp>
impl<Req, Resp> Send for Method<Req, Resp>
impl<Req, Resp> Sync for Method<Req, Resp>
impl<Req, Resp> Unpin for Method<Req, Resp>
impl<Req, Resp> !UnwindSafe for Method<Req, Resp>
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