Struct wrpc_transport::OutgoingInvocation
source · pub struct OutgoingInvocation<Invocation, Subscriber, Subject> {
pub invocation: Invocation,
pub subscriber: Subscriber,
pub result_subject: Subject,
pub error_subject: Subject,
}Expand description
Invocation ready to be transmitted to a peer
Fields§
§invocation: Invocation§subscriber: Subscriber§result_subject: Subject§error_subject: SubjectAuto Trait Implementations§
impl<Invocation, Subscriber, Subject> Freeze for OutgoingInvocation<Invocation, Subscriber, Subject>
impl<Invocation, Subscriber, Subject> RefUnwindSafe for OutgoingInvocation<Invocation, Subscriber, Subject>
impl<Invocation, Subscriber, Subject> Send for OutgoingInvocation<Invocation, Subscriber, Subject>
impl<Invocation, Subscriber, Subject> Sync for OutgoingInvocation<Invocation, Subscriber, Subject>
impl<Invocation, Subscriber, Subject> Unpin for OutgoingInvocation<Invocation, Subscriber, Subject>
impl<Invocation, Subscriber, Subject> UnwindSafe for OutgoingInvocation<Invocation, Subscriber, Subject>
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