pub struct Multiply;
Trait Implementations§
Source§impl Method for Multiply
impl Method for Multiply
Source§type Protocol = Calculator
type Protocol = Calculator
The protocol the method is a member of.
Source§type Request = WireCalculatorMultiplyRequest
type Request = WireCalculatorMultiplyRequest
The request payload for the method.
Source§type Response = WireCalculatorMultiplyResponse
type Response = WireCalculatorMultiplyResponse
The response payload for the method.
Auto Trait Implementations§
impl Freeze for Multiply
impl RefUnwindSafe for Multiply
impl Send for Multiply
impl Sync for Multiply
impl Unpin for Multiply
impl UnwindSafe for Multiply
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