Struct workflow_rpc::asynchronous::message::RespMessage
source · [−]Fields
id: u64status: u32data: &'data [u8]Implementations
sourceimpl<'data> RespMessage<'data>
impl<'data> RespMessage<'data>
Trait Implementations
sourceimpl<'data> Debug for RespMessage<'data>
impl<'data> Debug for RespMessage<'data>
Auto Trait Implementations
impl<'data> RefUnwindSafe for RespMessage<'data>
impl<'data> Send for RespMessage<'data>
impl<'data> Sync for RespMessage<'data>
impl<'data> Unpin for RespMessage<'data>
impl<'data> UnwindSafe for RespMessage<'data>
Blanket Implementations
impl<T> Any for Twhere
T: Any,
impl<T> Any for Twhere
T: Any,
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more